A simple ReasonReact starter using reason-react
, bs-css
with emotion
, and webpack
.
From the command line, clone the repository to your machine.
git clone [email protected]: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
First build the application and serve it.
yarn run build && npm run serve