This is a replication of the review section of a product page at the LuluLemon website.
- https://github.com/team-nachos-fec/lalalime-navbar
- https://github.com/team-nachos-fec/lalalime-main-product
- https://github.com/team-nachos-fec/lalalime-similar-products
To run the server, run npm start
in a terminal window
To seed the database, run npm run seed
in another terminal window
To view the review section in a browser, enter http://localhost:3004/ in the address bar
An nvmrc
file is included if using nvm.
- Node 6.13.0
From within the root directory:
npm install -g webpack
npm install