/gsd

Primary LanguageJavaScript

Get 💩 Done

An opinionated ReasonML template with batteries included.

📦 What's 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

🚀 Get started

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

🏃‍♂️ How to run it?

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 test

Open a new web page to http://localhost:8000/. Change any .re file in src to see the page auto-reload.