Skip to content

iilab/pux-todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • PureScript 53.0%
  • CSS 35.8%
  • JavaScript 9.2%
  • HTML 2.0%