About photos component
These instructions will get you a copy of this repo up and running on your local project.
What things you need to have installed and how to install them
-MongoDB
-NodeJS
To install mongodb,
brew install mongodb
git clone <repo>
To install the dependencies:
npm install
To run the server:
npm run server
To seed the data, make sure the collection is empty before running this script.
npm run seed-data
To build webpack in dev:
npm run dev
To build webpack for production:
npm run build-prod
Component should be available on http://localhost:3004