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

drejohnson/reason-react-parcel-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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