Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 826 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 826 Bytes

Reddit Search

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.

If you don't have Node.js and Git already installed:

  1. Link to install Git
  2. Link to install Node.js

Follow these steps:

  1. Fork this repository by clicking on the Fork button at top right corner:
  2. After you have forked the repository, clone (your version of the) repos with git clone https://github.com/<YOUR_GITHUB_USERNAME>/reddit-search
  3. Go into your cloned directory with cd reddit-search
  4. Check out the starter branch with git checkout starter

How to run this locally?

  1. npm install
  2. npm start