This is the companion repository for the React Server-Side Rendering from Scratch article.
Fork and clone the git repo locally.
Then install the dependencies
npm install
Starting the react server
npm start
Starting the mock API server
npm run api
Note - This repo has some extra code like the modal. This is because in the future component-centrie code splitting will be added on top of it
Code-splitting using React-Loadable (both route-centric and component-centric).