flintinatux / mithril-todos

Sample todos app built on Mithril and Express.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mithril Todos

Sample todos app built on Mithril and Express. Uses localforage for client-side storage, and Sortable to make it reorderable without jQuery.

Installation

Just clone and run:

> npm install -g bower
> npm install
> bower install

Dev setup

Start the server with:

> npm start

Then watch your files and rebuild the client on the fly:

> npm run watch

Prod setup

Get your client assets ready for production with:

> npm run build

About

Sample todos app built on Mithril and Express.


Languages

Language:CSS 57.3%Language:CoffeeScript 42.7%