Boilerplate for starting server-side rendering with React. Covered routing, redux, and authentication for server-side rendred react app.
Cloene the repo and install the dependencies:
> git clone https://github.com/kukiron/react-ssr-starter-kit.git
> npm install
> npm startThis will run the rendering server at localhost:3000. The app uses api endpoints at http://react-ssr-api.herokuapp.com.