Front End Capstone: abibas
- https://github.com/team-barium/Reviews-Module
- https://github.com/team-barium/Nav-Bar-Module
- https://github.com/team-barium/product-details-module
You can navigate to http://localhost:8080/abibas/id, where id is an integer between 0 and 65 (inclusive). This will show the specific recommendations associated with that listing id.
An nvmrc file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
- Install dependencies
npm install- Build project
npm run build- Start server
npm start