Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 795 Bytes

File metadata and controls

29 lines (26 loc) · 795 Bytes

Giphly

Dependency Status Build Status

Pre-reqs

Getting started

  • Clone the repository
git clone --depth=1 https://github.com/thecodejedi/giphly.git <project_name>
  • Install dependencies
cd <project_name>
npm install
  • Start your mongoDB server (you'll probably want another command prompt)
mongod
  • Build and run the project
npm start

Navigate to http://localhost:3000