cironunes / reasonreact-starter

Minimal yet powerful ReasonReact template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReasonReact Starter

Minimal yet powerful ReasonReact template with batteries included. πŸ”‹

dependencies Status devDependencies Status

Full ReasonReact docs

🎬 Get started

  1. Clone this repository without any history git clone --depth 1 https://github.com/cironunes/reasonreact-starter.git
  2. Run it and jump into the browser to start developing

πŸƒβ€β™‚οΈ How to run it?

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.

πŸ“¦ What's included?

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

πŸš€ Bundle for Production

yarn build

About

Minimal yet powerful ReasonReact template


Languages

Language:JavaScript 75.0%Language:Reason 20.4%Language:C++ 2.5%Language:HTML 2.1%