Step 1:
npm install
Step 2:
npm run build
Watches files as you make changes to your index.html
within public
folder
Step 3:
npm run prod
Uses cssnano
to minify the stylesheet for production
Note to VS Code users:
Install Live Server and Launch a local development server with live reload feature for static & dynamic pages.