Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.18 KB

Build Status

Webpack Rambler Boilerplate

Simple and lightweight Webpack boilerplate for high speed developing and building your simple applications or cool stuff

Requirements

Big hugs to open-source for that:

Developments

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

Slides for russian speakers

slideshare here

License

MIT © Rambler Digital Solutions