# {{repoName}}

{{description}}

## Languages
- [ES7](https://babeljs.io/)
- [Stylus] (http://stylus-lang.com/)

## Features
- [.editorconfig] (http://editorconfig.org/)
- [GSAP] (http://greensock.com/)
- [Sanitize.css] (https://10up.github.io/sanitize.css/)
- [Polyglot.js] (http://airbnb.io/polyglot.js/)
- [React] (https://facebook.github.io/react/)
- [React Router] (https://github.com/visionmedia/page.js)
- [React Transition Group Plus] (https://github.com/cheapsteak/react-transition-group-plus)
- [Signals.js] (https://millermedeiros.github.io/js-signals/)
- [SuperAgent] (https://github.com/visionmedia/superagent)

## Plugins
- [scaffolt] (https://github.com/paulmillr/scaffolt#readme)
- [React hot module replacement] ()

## Stylus plugins
- [nib] (http://tj.github.io/nib/)
- [rupture] (http://jescalan.github.io/rupture/)
- [poststylus] (https://github.com/seaneking/poststylus)
- [rucksack-css] (https://simplaio.github.io/rucksack/)
- [lost] (http://lostgrid.org/)


## Getting started


## Generators
scaffolt component <name>
    → app/components/name.js
    → app/styles/components/name.styl

scaffolt view <name>
    → app/views/name.js
    → app/styles/views/name.styl

### Install and run development server

    $ npm install
    $ npm start

