Static website boilterplate built using Webpack. This boilterplate features following:
- Webpack
- ES6
- Bootstrap
- Font Awesome
- Sass
- Live reload using Browsersync
Clone the repo
git clone https://github.com/binoy14/static-website-webpack-boilerplate.git
Run script to start devlopment
npm run start
For distribution folder run the following command and it will create a dist folder which can be placed on a server
npm run build