Multiple pages starter project.
- Zepto
- Webpack
- Less
- Babel
Make sure installed workplus-cli.
$ npm install workplus-cli -gAnd run:
$ workplus start multiple-pages my-project# install dependencies
npm install
# dev
npm run run
# run production build
npm run build
Hejx