Skip to content
This repository has been archived by the owner on Jun 24, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 1.95 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.95 KB

ReasonReact Starter

A starter for building universal web apps with ReasonReact.

Far from refined. Used as a basis to learn ReasonML and POC for server side rendering with ReasonReact

Features

Quick start

  • Use install dependencies: yarn
  • For dev mode with hmr run yarn dev or npm run dev, open browser, the app should be running at: http://localhost:8080. (If you get errors in terminal run bsb -make-world)
  • To build run: yarn build or npm run build
  • To build and run use: yarn build or npm run build followed by yarn start or npm start

TODO