- Run
npm install
- Seed the database
npm run seed
- Start up webpack with
npm run build:dev
- Start up the server with
npm run start:dev
- Git clone the repo
- In your proxy server's index.html page, add
<div id="photos-and-info"></div>
and<script src="http://localhost:3001/bundle.js"></script>
- cd into Media-Carousel-Service
- Run
npm install
- Seed the database
npm run seed
- Run webpack
npm run build:dev
- Start up the server
npm run start:dev