A sample app to show how to create a Reddit Clone using create-react-app and Firebase
git clone git@github.com:ghoshnirmalya/reddit-clone.git
cd reddit-clone
npm install
yarn start
Go to localhost:3000/posts to see the application running. Making any change on the code will automatically reload the application.