https://github.com/ethul/purescript-react-example
Example of React Bindings for PureScript
https://github.com/ethul/purescript-react-example
Last synced: over 1 year ago
JSON representation
Example of React Bindings for PureScript
- Host: GitHub
- URL: https://github.com/ethul/purescript-react-example
- Owner: ethul
- Created: 2015-11-28T21:24:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T22:27:51.000Z (over 7 years ago)
- Last Synced: 2025-01-14T00:19:31.769Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 435 KB
- Stars: 46
- Watchers: 3
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-react-example
Example using low-level React DOM bindings for PureScript
## Building
bower install
npm install
npm run webpack-dev-server
open http://localhost:4008