An extremely simple and minimalistic boilerplate for building client-side web applications with: Webpack, Babel, and SASS.
$ git clone --depth=1 https://github.com/dbradleyfl/webpack-babel-sass-boilerplate your-project-name
$ cd your-project-name
$ npm install
or
$ yarn
$ npm run dev
or
$ yarn run dev
$ npm run build
This command will produce your bundled application inside /dist