This is a simple starterkit for riot applications. Companion to the RiotJS Style Guide.
This starterkit is based on:
Install yarn
if you don't have.
$ npm install -g yarn
Download or clone this repo, then install Node.js using nvm.
$ cd to/this/dir
$ nvm install
$ nvm use
Install package.
$ yarn install
$ yarn start
Open the URL shown in your browser.
If you want to view demos, Open with /demos.html
path.
$ yarn build
$ yarn build:prod
$ yarn watch
$ yarn watch:prod
MIT