Demo application with server side rendering using React and React Router 5.
- React
- React Router
- Express
- Chart.js
- Webpack
- Clone this repo using
git clone https://github.com/sergsavoniuk/react-ssr.git <YOUR_PROJECT_NAME>. - Move to the appropriate directory:
cd <YOUR_PROJECT_NAME>. - Run
yarnto install dependencies. - Run
yarn run devto see the example app athttp://localhost:3000.