Project Name

This is a replication of the review section of a product page at the LuluLemon website.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

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

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install