Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

React.js tutorial in PureScript

This is just a quick implementation of the React.js tutorial

To view it in action:

  1. bower install in this directory. It has different dependencies.
  2. gulp example-tutorial from the root directory. Paths are tricky.
  3. python server.py in this directory. It needs a simple server since it's dishing off AJAX.
  4. Visit http://localhost:8000 in the browser and play around.