Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 798 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 798 Bytes

q_and_a_module

This repo includes the code needed for the Questions and Answers module of an item description page.

Demonstration Video

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

To run the app locally, run "npm run server" on the terminal, then navigate to localhost:3001 in your web browser.

Requirements

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install