drejohnson / reason-react-starter

A starter for building universal web apps with ReactReason.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A starter for building universal web apps with ReactReason.


Languages

Language:OCaml 56.7%Language:JavaScript 30.4%Language:C++ 12.9%