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
Forkbutton 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
starterbranch withgit checkout starter
npm installnpm start