Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 573 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 573 Bytes

Webpack Bootstrap Starter

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...

Usage

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