Skip to content

stukennedy/riot-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riot-Seed with riot-router

Features:

  • routing (via riot-router)
  • stores
  • dispatcher (to implement flux actions/1D data-flow)
  • nested components with actions and updates
  • login example

Utilising:

  • riot-router
  • Yarn (for package management instead of NPM)
  • Webpack
  • ES6 (Babel)
  • SASS
  • AVA (testing)
  • StandardJS (linting)

How to run

$ git clone https://github.com/continuata/riot-seed.git
$ cd riot-seed
$ yarn --ignore-engines
$ mkdir public
$ yarn dev

How to run the tests

$ yarn test

How to build production

$ yarn build

About

Seed project for RiotJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published