Razum / ES6-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 41.8%Language:HTML 32.4%Language:CSS 25.8%