https://github.com/andrepolischuk/reason-react-example
An example of Reason React application
https://github.com/andrepolischuk/reason-react-example
example example-app reasonml
Last synced: 11 months ago
JSON representation
An example of Reason React application
- Host: GitHub
- URL: https://github.com/andrepolischuk/reason-react-example
- Owner: andrepolischuk
- License: mit
- Created: 2018-03-16T17:04:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T17:05:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T01:54:35.065Z (about 1 year ago)
- Topics: example, example-app, reasonml
- Language: OCaml
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reason-react-example
> An example of Reason React application
## Install
```sh
git clone https://github.com/andrepolischuk/reason-react-example
cd reason-react-example
npm install
```
## Run
```sh
npm start
# in another tab
npm run webpack
```
After you see the webpack compilation succeed (the `npm run webpack` step), open up [`http://0.0.0.0:8080`](http://0.0.0.0:8080).
## License
MIT