Skip to content

This is the v2, its much better written, and uses react-router v4, which is actually pretty nice

Notifications You must be signed in to change notification settings

kdmcclel/ssr-create-react-app-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Side Rendering with Create React App

This is the v2 version of my react app, checkout my article here: https://medium.com/@benlu/ssr-with-create-react-app-v2-1b8b520681d9

Install

npm install

Development

This runs Create React App with hot reloading containers and the api backend concurrently

npm start

Production


npm run build
npm run now-start

About

This is the v2, its much better written, and uses react-router v4, which is actually pretty nice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.8%
  • HTML 9.9%
  • CSS 2.3%