Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 600 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 600 Bytes

Media-And-Info-Service

Getting Started for Development

  • 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

Getting Started for Adding This Service to Your Proxy Server

  • 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