Products App

Step 1

Run npm install to install all the dependencies.

Step 2

Run npm run start to run it in the development environemnt.This will open the the StarterKit Landing page in http://localhost:8080/

Or

Run npm run build to run it in the production environment.This will generate the JS and CSS files inside dist/js and dist/css folders.After that you can open the index.html page under ./dist folder in your browser.