Skip to content

rambler-digital-solutions/rambler-webpack-boilerplate

Repository files navigation

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