A simple starter kit for creating apps that use Riot.
- Bower
- Grunt
- Grab a copy
git clone https://github.com/geekingreen/riot-starter-kit.git
- Install dependencies
cd riot-starter-kit && npm i && bower i
Run grunt
to spin up a local dev server.
And then start hacking away with your favorite editor.