SirMoustache / webpack-boilerplate

Webpack boilerplate for fast prototyping (Babel/LESS/SCSS)
MIT License
0 stars 0 forks source link
babel jest less scss webpack webpack-boilerplate

Webpack Boilerplate

Getting started

git clone --depth=1 https://github.com/SirMoustache/webpack-boilerplate.git
cd webpack-boilerplate
npm install

Commands

Run Node server and start watching srs files with webpack

npm run start

Then open http://localhost:5200

Build with dev config

npm run build:dev

Build with prod config

npm run build

Prettify files

npm run prettify

Run tests

npm run test

Run linter

npm run lint