With this starterkit we want to provide a simple foundation for Riot applications. We are using the riot router and a flux inspired event controller called RiotControl.
If you have any ideas on how to improve/simplify the structure you are welcome to help us.
This starterkit is based on:
We are also using the following postcss plugins to process the CSS:
$ git clone [email protected]:wbkd/riotjs-startkit.git && cd riotjs-startkit
$ npm install
$ npm run dev
Now the server is runnning on localhost:1337
$ npm run build
Thanks to https://github.com/txchen/feplay/tree/gh-pages/riot_webpack for a lot of concepts on how to structure the app.