Deploy the project
Ensure you've run the following commands before deploying the project.
package.json
#
Rebuild 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 packagesRun this command to install your project's dependant packages.
#
Deploy projectRun 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.