An opinionated ReasonML template with batteries included.
| Feature | Description |
|---|---|
| Testing | Unit & Integration Testing with Jest and React Testing Library |
| Styling | coming soon Css-in-JS with bs-css and re-classnames |
| GraphQL integration | coming soon React Apollo (GraphQL) |
| Theming? | coming soon |
- Clone this repository without any history
git clone --depth 0 https://github.com/cironunes/gsd.git - Run it and jump into the browser to start developing
yarn
yarn start
# in a new tab, to start a local http-server with live-reload
yarn server
# in a new tab, to run the tests in watch mode
yarn testOpen a new web page to http://localhost:8000/. Change any .re file in src to see the page auto-reload.