0.0.16 • Published 6 years ago
@menucloud/mc-booking-portal v0.0.16
Menucloud Booking Portal
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