Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 356 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 356 Bytes

Reddit SPA

Frontend app to consume reddit json API

Installation

Clone project

git clone https://github.com/NabeelahY/reddit-spa.git

Install NPM dependencies

npm install

Running development server

Run the server on localhost:3000

npm start