mc-booking-wdiget-nawazish
v1.1.6
Published
<img src="https://i.imgur.com/wWjqhW6.jpg" width="530">
Downloads
27
Readme
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