Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 462 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 462 Bytes

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