Deploy the project
Ensure you've run the following commands before deploying the project.
Rebuild package.json#
package.json would have automatically been created in your project's folder. If you had made any changes to it, run this command to rebuild it before deployment.
Install packages#
Run this command to install your project's dependant packages.
Deploy project#
Run this command to deploy your project in a development environment. You can watch your project in action at http://localhost:8080
Run this command to generate production files in dist/ folder. This step is essential before the project can be deployed in production.
Run this command to deploy your project in a production environment and open it up to users.