Review service component for Airbnb mockup side-by-side comparison with actual Airbnb page
- "start": "node server/server.js",
- "dev": "webpack --watch --config webpack.dev.js",
- "build": "webpack --config webpack.prod.js",
- "db-init": "node database/seed.js",
- "test": "jest"
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install -g webpack
npm install
For testing and development purposes, you may find it helpful to seed a database.
After starting MongoDB and installing dependencies, run the seed script, npm run db-init
.