An open API service indexing awesome lists of open source software.

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

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