Skip to content

Repository files navigation

b.oilerplate

This is our internal front end boilerplate at b.lateral. It's fully based on webpack and encourages a style guide driven css development.

Features (not all implemented yet)

  • 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

Getting started

As npm still works with this boilerplate, we strongly encourage you to use yarn due to faster install time.

Clone

mkdir nice-project
cd nice-project
git clone https://github.com/blateral/b.oilerplate.git .

Prepare

Remove any previous version control which comes with the git clone and initialize a new empty git repository

rm -rf .git
git init

Developing

yarn start

Building

yarn run build

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages