Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nacmartin/reason-raffle
An app to raffle prizes among a list of attendees
https://github.com/nacmartin/reason-raffle
reason-react reasonml
Last synced: 25 days ago
JSON representation
An app to raffle prizes among a list of attendees
- Host: GitHub
- URL: https://github.com/nacmartin/reason-raffle
- Owner: nacmartin
- Created: 2018-02-05T10:55:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T10:55:39.000Z (almost 7 years ago)
- Last Synced: 2024-10-30T02:43:42.082Z (2 months ago)
- Topics: reason-react, reasonml
- Language: OCaml
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-react-app
Run this project:
```
npm install
npm start
# in another tab
npm run webpack
```After you see the webpack compilation succeed (the `npm run webpack` step), open up the nested html files in `src/*` (**no server needed!**). Then modify whichever file in `src` and refresh the page to see the changes.
**For more elaborate ReasonReact examples**, please see https://github.com/reasonml-community/reason-react-example