/frontend-template

Frontend template. Uses Sass, Browserify, CoffeeScript, Mocha + Chai, React + Flux + React Accessibility.

Primary LanguageCSS

Frontend Template

Installation

  • Clone the repository
  • $ npm install
  • $ bundle

Usage

Compile Sass to CSS

  • $ npm run build:sass

Compile CoffeeScript to JavaScript (dev)

  • $ npm run build:coffee:dev

Compile CoffeeScript to JavaScript (production [uglified])

  • $ npm run build:coffee:production

Watching Sass/CoffeeScript

  • $ npm run watch:sass
  • $ npm run watch:coffee

Remove the build/ directory

  • $ npm run clean

Running tests

  • $ npm test