- routing (via riot-router)
- stores
- dispatcher (to implement flux actions/1D data-flow)
- nested components with actions and updates
- login example
- riot-router
- Yarn (for package management instead of NPM)
- Webpack
- ES6 (Babel)
- SASS
- AVA (testing)
- StandardJS (linting)
$ git clone https://github.com/continuata/riot-seed.git
$ cd riot-seed
$ yarn --ignore-engines
$ mkdir public
$ yarn dev
$ yarn test
$ yarn build