Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 795 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 795 Bytes

Ignition

Everything you need to start making a single-page web app.

What's in the box?

  • Jasmine JS testing
  • Sass (without a Ruby dependency!)
  • Javascript / CSS / HTML uglification & minification
  • livereload-js
  • Static file serving via grunt (for development only, please)
  • normalize.css
  • Sass mixins and a grid system via Bourbon

Getting Started

Dependencies

  • Node

One-step setup

npm install && bower install && grunt server

All included files compile to /dist on server boot. The grunt runner serves static files on http://localhost:8080; autoreloads on changes.