ES6-boilerplate for FE prototyping

Technologies

Build

Templates:

Styles:

  • SCSS
  • PostCSS (autoprefixer / cssnano)

Javascript

Local development

Start a local development environment:

$ npm start

This will compile files, then watch for changes to recompile.

This will also start a server at http://localhost:3000 that will live-reload when changes are detected.

Production build

$ npm run build