The demonstration of this web-app is deployed at https://redditfornormies.herokuapp.com
-
Run this app locally by running
npm install
in project root directory to install dependencies, -
Run
npm run build
to build react scripts. -
Choose one of the following according to your environment:-
a.
npm run devserver
to run local development server.b.
npm run start
to run production server.
Feel free to PR for additional features & bug fixes. :D