Skip to content

rapidfixer/rambler-webpack-boilerplate

 
 

Repository files navigation

Build Status

Webpack Rambler Boilerplate

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

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

(c) Big thx for Opensource community

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.6%
  • CSS 22.6%
  • HTML 8.8%