Minimal Webpack configuration which makes jQuery, Bootstrap and Sass "just" work.
The purpose of this repository to provide a minimalistic, general starter configuration for small websites.
Pre-rendereing for SEO is still something I have to figure out...
Clone or download:
$ git clone https://github.com/zaenk/webpack-bootstrap-starter.git
Install all dependencies:
$ npm i
Install global depenencies:
$ npm i webpack webpack-dev-server -D
Run the dev server:
$ webpack-dev-server