Skip to content

cironunes/reasonreact-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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