kotarella1110 / riot-starter

Riot.js Starterkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riot.js Starterkit

RiotJS Style Guide badge

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

About

Riot.js Starterkit

License:MIT License


Languages

Language:JavaScript 58.8%Language:HTML 30.7%Language:CSS 10.6%