Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 654 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 654 Bytes

Todo App (pre-compiled)

This is a simple example with pre-compilation. It's basically equivalent to the in-browser version.

How to try and edit

This demo is not available on Plunker.

How to try locally

Follow the instruction below.

Install riot and superstatic if you don't have.

$ npm install -g riot
$ npm install -g superstatic

Download or clone this repo, then run the command.

$ cd to/this/dir
$ superstatic

Open the URL shown in your browser.

Recompile the tag

If you modify the files, you need to recompile it.

$ riot todo.riot

Then reload the page on your browser.