Skip to content
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 546 Bytes

Ember Starter

A boilerplate I use for rapidly front-end web development, made up with my favourite tool-stack:

  • Pure HTML
  • Sass
  • Compass (susy, breakpoint)
  • Ember.js
  • Pure Javascript/CoffeeScript
  • Mocha (Chai)
  • Karma
  • Grunt

Follow these steps to make it work:

  1. First, you need Ruby/Sass/Compass/Susy installed, also need Node/Npm installed.

  2. Clone this repository (or just download the source)

  3. Run npm install

  4. Run grunt bowercopy

  5. Run grunt and write your code (in ./src folder by default)

Done, and enjoy!