This repo is recreated some vuejs examples and some Svelte tutorial with riotjs, referring to these examples.
note: by using riot4
Please refer to the following npm scripts
to start each applications.
For example(modal demo)
$ yarn install
$ yarn modal
"scripts": {
"modal": "http-server ./modal -o",
"github": "http-server ./github -o",
"tree": "http-server ./tree-view -o",
"bheader": "http-server ./bounds-header -o",
"radar": "http-server ./radar-chart -o",
"tutorial": "http-server ./tutorial -o",
"svg": "http-server ./svg-bindings -o",
"todo": "http-server ./todo -o",
"event": "http-server ./nested-event-handler -o",
"countdown": "http-server ./countdown -o"
}