Lightweight front-end boilerplate
- Babel
- Eslint with the airbnb preset
- Browsersync
- Autoprefixer
- SVG sprite generation
Clone the repository
$ git clone --depth 1 git@github.com:strt/boilerplate.git <project-name> && cd <project-name> && rm -rf .gitInstall dependencies
$ yarn
# or
$ npm installor check out create-project for a simplified installation
Please read through our code of conduct before you begin
Check out bricks for available configuration
Development (Note this won't minify assets or extract sourcemaps)
$ yarn devProduction
$ yarn build