This application was built using create-react-app.
# First Step, clone this repository
git clone [email protected]:nshntarora/react-ssr-demo
# Step Two, change to the app directory
cd react-ssr-demo
# Step Three, install all dependencies
npm install
# Step Four, start the server
npm run start
Your application shall then be running on port 5000.