Skip to content

adkelley/purescript-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-react-example

Example using low-level React DOM bindings for PureScript 0.9.1

Building

bower install
npm install

pulp browserify --to public/scripts/Main.js

open public/index.html

Build Scripts

npm run watch  ->  pulp --watch browserify --to public/scripts/Main.js
npm run build  ->  pulp browserify --to public/scripts/Main.js

About

Example of React Bindings for PureScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PureScript 90.8%
  • JavaScript 4.9%
  • HTML 4.3%