Airbnb-Reviews
Project description
How to run this projects
1. //install all libraries
npm install
2. //seed the data(please make sure you have mongoDB installed on your device)
npm run bulbasaur
3. //start the server
npm start
Table of Contents
Usage
Some usage instructions
Requirements
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
Development
Installing Dependencies
From within the root directory:
npm install -g webpack
npm install