This is our internal front end boilerplate at b.lateral. It's fully based on webpack and encourages a style guide driven css development.
- Webpack
- Hot Reloading
- Static site builder with
kss - Living Styleguide generator
- Sass
- Simple asset loading with
file-loader - ESnext
- Jest
- Upgrading to
kss@3.x.x
As npm still works with this boilerplate, we strongly encourage you to use yarn due to faster install time.
mkdir nice-project
cd nice-project
git clone https://github.com/blateral/b.oilerplate.git .Remove any previous version control which comes with the git clone and initialize a new empty git repository
rm -rf .git
git inityarn startyarn run build