Basic example of a server side rendered React app based on Demystifying server-side rendering in React. 🚀
App HTML will be rendered by the server, before ReactDOM hydrates it (so you are able to see content and navigate with JavaScript disabled). 👌🏻
npm install
Run npm run build
to build the front end assets.
Run npm start
to to start the server at http://localhost:3000/.