Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: https://gumroad.com/l/hGYGh
56 changes: 1 addition & 55 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,56 +1,2 @@

![](https://muut.com/riotjs/demo/img/riotjslogo@2x.png)

## Riot.js demo application

This is a demo single-page demo application made with Riot.js. It's a generic skeleton for an administration panel that shows the core concepts of modular client side development.

### Features
- actually something useful, just fork it and extend it to your needs
- plain and minimal UI
- authentication and session management
- small: ~10kb minified, including Riot (4kb gzipped)
- optional caching of server side requests


### Modular architecture
- one global variable `admin` to build modules
- modules can be included in no specific order (*.js)
- modules can be renamed/removed/modified on without breaking the app
- backend agnostic
- easy to maintain and extend, good for multiple developers


### Extendable
- Real API: try for example `admin().load("customers")` on console
- Promise based server calls for more fluent error handling
- Use app name to extend instead of a framework name: `admin(callback)`


### Planned
- real backend (firebase, hosted server, to be decided...)
- realtime channel
- tests for both UI and API layer
- documented API, including events


## Installation

Hit following commands to run the administration panel on the console

``` sh
bower install
npm install
./make.js gen
open index.html
./make.js watch
```

You should be able to modify JS and Stylus files and the concatenation and pre-compilation is automatically taken care of. Check make.js for more other targets than `watch`.


[Live version](https://muut.com/riotjs/demo/) •
[Riot website](https://muut.com/riotjs/) •
[Building modular applications with Riot.js](https://muut.com/riotjs/docs/) •
[Original Riot blog post](https://muut.com/blog/technology/riotjs-the-1kb-mvp-framework.html)

for a complete RIOT 2.0 admin go to [riot-admin](https://github.com/coderofsalvation/riot-admin)
19 changes: 0 additions & 19 deletions bower.json

This file was deleted.

Binary file removed img/by-moot.png
Binary file not shown.
Binary file removed img/company.png
Binary file not shown.
Binary file removed img/riotjslogo.png
Binary file not shown.
Binary file removed img/riotjslogo@2x.png
Binary file not shown.
Binary file removed img/tipiirai.jpg
Binary file not shown.
Binary file removed img/wallpaper.jpg
Binary file not shown.
172 changes: 0 additions & 172 deletions index.html

This file was deleted.

98 changes: 0 additions & 98 deletions make.js

This file was deleted.

24 changes: 0 additions & 24 deletions package.json

This file was deleted.

Loading