- Clone this project from Github
- Install npm packages
npm install - Start the server
npm start - Visit
http://localhost:8080to view the website
- webpack-dev-server is not configured for server side rendering.
- For server side rendering run
npm run build