A simple starter kit for Riot.
This starterkit is based on:
-
Materialize CSS
-
Pug templates
To install Riot Starter, browse to a suitable folder (we use C:\ws\
in this example) and run the following commands:
$ git clone https://github.com/download/riot-starter
$ cd riot-starter
$ npm install
$ npm run dev
Now the server is runnning on localhost:1337
$ npm run build
Riot starter is based on riot-starterkit by webkid, with ideas and concepts from Tianxiang Chen and contributions from artparks. And a few bits by njreid.