Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 654 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 654 Bytes

Reason React SSR Starter

Summary

A simple ReasonReact starter using reason-react, bs-css with emotion, and webpack.

How to Use

Development / From the Client

From the command line, clone the repository to your machine.

git clone git@github.com:arecvlohe/reason-react-ssr-starter.git

Next, from the command line, cd into the repository.

cd reason-react-ssr-starter

Then install dependencies.

yarn install

Last, run the application.

yarn run start

Production / From the Server

First build the application and serve it.

yarn run build && npm run serve