Simple and lightweight Webpack boilerplate for high speed developing and building your simple applications or cool stuff
Big hugs to open-source for that:
Just clone this repo and follow few commands:
# for developing
npm i && npm run dev
# open http://localhost:8090
# for build system run
npm i && npm run build
# see %YOURAPP%/dist
# for test driven development
npm i && npm run test
# for CI mode
npm i && npm run test-ci
slideshare here
MIT © Rambler Digital Solutions