This app allows the user to search for reddit posts. Visit
Here are the files we will be using during out final meeting on 12/8/2019.
- Fork this repository by clicking on the
Fork
button at top right corner: - After you have forked the repository, clone (your version of the) repos with
git clone https://github.com/<YOUR_GITHUB_USERNAME>/reddit-search
- Go into your cloned directory with
cd reddit-search
- Check out the
starter
branch withgit checkout starter
npm install
npm start