Skip to content

Instantly share code, notes, and snippets.

@gbozee
Last active December 14, 2017 16:02
Show Gist options
  • Save gbozee/7dac3377c5968125a22b43c96ae01bdf to your computer and use it in GitHub Desktop.
Save gbozee/7dac3377c5968125a22b43c96ae01bdf to your computer and use it in GitHub Desktop.
Code Used for Serverside rendering
$ npm install -g create-react-app
$ create-react-app frontend
$ cd frontend
$ yarn add react-router-dom styled-components react-loadable react-app-rewired
$ touch config-overrides.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment