Minimal yet powerful ReasonReact template with batteries included. 🔋
- Clone this repository without any history
git clone --depth 1 https://github.com/cironunes/reasonreact-starter.git
- Run it and jump into the browser to start developing
yarn
yarn dev
# in another tab, run the tests in watch mode
yarn test
Open a new web page to http://localhost:1234/
. Change any .re
file in src
to see the page auto-reload.
Feature | Description |
---|---|
Folder Structure | We included a scalable folder structure. Make sure to check the README files for more details |
Routes | ReasonReact comes with a Router. The template comes with two examples |
Tests | Unit & Integration Testing with Jest and React Testing Library |
Styles | CSS-in-JS with bs-css and re-classnames |
Web APIs | comming soon |
Themes | coming soon |
Forms | coming soon |
GraphQL integration | coming soon React Apollo (GraphQL) |
Authentication | coming soon Auth0, Firebase? |
Websockets | coming soon |
yarn build