https://github.com/protoship/jsfoo-reasonreact-workshop
Live demo: https://reason-react-survey.surge.sh
https://github.com/protoship/jsfoo-reasonreact-workshop
Last synced: about 1 year ago
JSON representation
Live demo: https://reason-react-survey.surge.sh
- Host: GitHub
- URL: https://github.com/protoship/jsfoo-reasonreact-workshop
- Owner: protoship
- Created: 2019-09-30T10:26:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T07:41:25.000Z (over 3 years ago)
- Last Synced: 2025-03-01T20:32:20.282Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 5.37 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survey UI for Reason and ReasonReact workshop
[Live demo](https://reason-react-survey.surge.sh/)
This is the practice problem used for the workshop [Build production-ready user interfaces with ReasonML](https://hasgeek.com/jsfoo/2019-reasonml-workshop/).
## Development
```sh
yarn install
yarn start
# in another tab
yarn run server
```
Open [localhost:8000](http://localhost:8000/)