- 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