Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 538 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 538 Bytes

Scaled Eggplant

Scaled backend infrastructure for Parmezon Commerce: Checkout Navigation Component.

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

"react-dev": starts webpack
"start": starts server

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install
npm run seed