Skip to content

arecvlohe/reason-react-ssr-starter

Repository files navigation

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