riot-starter

Riot.js Starterkit

MIT License

Stars
10

Riot.js Starterkit

This is a simple starterkit for riot applications. Companion to the RiotJS Style Guide.

This starterkit is based on:

Installation

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

Run locally

$ yarn start

Open the URL shown in your browser.

If you want to view demos, Open with /demos.html path.

Build

Development

$ yarn build

Production

$ yarn build:prod

Watch

Development

$ yarn watch

Production

$ yarn watch:prod

License

MIT