Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 561 Bytes

File metadata and controls

24 lines (20 loc) · 561 Bytes

Server Side Rendering With React and Redux

Pre requirements

Libraries docs

Getting started

$ git clone https://github.com/mirchenko/react-ssr.git <YOUR_FOLDER_NAME>
$ cd <YOUR_FOLDER_NAME>
$ yarn 
$ yarn build
$ yarn server-build
$ node server.js

Service available on localhost:8079