1.1.6 • Published 7 years ago
mc-booking-wdiget-nawazish v1.1.6
Usage
Installing
Install all Dependencies
npm installDeveloping
Start the webpack-dev-server on localhost http://localhost:3000 with hot-reload and watch on .styl files.
npm run devBuild
(Almost) production-ready (webpack --optimize-minimze and copy statics) to dist folder. Also generating Service Workers. The command will also create the module version of the bundle ready to be loaded as type=module.
npm run build