Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.11 KB

Reason Parcel SSR

A basic starting point for building universal web apps with ReasonReact bundled with Parcel.

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

Features

Quick start

  • Use install dependencies: yarn
  • For dev mode without ssr run yarn dev or npm run dev, open browser, the app should be running at: http://localhost:1234.
  • 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