cironunes / gsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 68.2%Language:Reason 28.8%Language:HTML 2.9%Language:C++ 0.1%