Home Блог Deploying ionic project

Deploying ionic project

Deploying ionic project

Is the development environment ready? Let's move on to the next steps.

  1. Unpack the archive with the Ocionic project on your PC.

  2. Open a terminal and navigate to your project folder:

    cd /route/to/path
  3. Install Node on the project by running the command:

    npm install
  4. Run the command to initialize the Ocionic project:

    node ocionic.js
  5. Follow the prompts in the terminal

To preview your application in a browser - You can use the command:

ionic serve

P.S. If an error occurs while initializing Ocionic, run the command:

npm i prompts

Write a review

Write a review


Ask a question

Ask a question