Small Web app built using ReactJS to create posts with comments & votes similar to reddit app.
Inorder to start the readable app first start api server with below steps
- Install and start the API server
cd api-servernpm installnode server
- In another terminal window, run front-end
cd frontendnpm installnpm start
Go to localhost:3000 to access the app
Demo length 1 minute 30 secs, please check right side for demo progress. Demo starts from "Start of Demo"
Information about the API server and how to use it can be found in its README file.
