A sample product page modeled after Groupon's product pages
- https://github.com/TenderloinCodeDealers/ratings-reviews
- https://github.com/TenderloinCodeDealers/photo-carousel
- https://github.com/TenderloinCodeDealers/side-bar
- https://github.com/TenderloinCodeDealers/recently-viewed-deals
Make sure to start all the modules' individual servers before setting up the proxy server.
Once they are set up, you can start the proxy server. To do this, run the following command:
npm start
The server will start in port 3000. So if you navigate to http://localhost:3000/:id (Where :id is the index of a deal, currently between 1-100), you should be able to view all the modules being displayed.
An nvmrc file is included if using nvm.
- Node 6.13.0
From within the root directory:
npm install