0.0.7 • Published 4 years ago

@menucloud/mc-takeout-portal v0.0.7

Weekly downloads
10
License
MIT
Repository
bitbucket
Last release
4 years ago

Menucloud Booking Portal

Usage

Installing

Install all Dependencies

npm install

Developing

Start the webpack-dev-server on localhost http://localhost:3000 with hot-reload and watch on .styl files.

npm run dev

Build

(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