Play sample here
|
|
- Using nodejs and npm
- Run
npm installto install dependencies - Run
npm run startto run the development server to test out changes
- Run
npm run startto produce javascript bundles for debugging in thedist/folder - Run
npm run buildto produce javascript bundles for production (minified) in thedist/folder

