alexmingoia / pux-todomvc

Pux TodoMVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pux TodoMVC

TodoMVC built with Pux.

  • Add / edit / remove todos
  • Mark todos as completed
  • Filter todos
  • Routing using HTML5 History
  • Caching via localStorage

Installation

Clone the repository and run npm install to get started:

git clone git://github.com/alexmingoia/pux-todomvc.git pux-todomvc
cd pux-todomvc
npm install
npm start

After compiling the app should be available at http://localhost:8080.

About

Pux TodoMVC

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PureScript 51.3%Language:CSS 36.8%Language:JavaScript 9.8%Language:HTML 2.1%