/foo

Primary LanguagePython

ecom-npp-web-app

lululemon e-commerce north america post purchase web app

npm version npm version PR Stats Issue Stats

A progressive web application built on React

Build Status Codecov

Prerequisites

You will need the following things properly installed on your computer.

Recommended IDE / Editor Extensions

Preparing your workstation (MacOS)

Installation

Clone repository

  • git clone git@github.com:Lululemon/ecom-npp-web-app.git this repository
  • cd ecom-npp-web-app

Install dependencies

  • yarn install

Runtime Configuration

During development your local code will use the file located at env.json for loading runtime configuration. This file is not tracked and so changes will not be shared with any other development environment.

Running / Development

Running Tests

Before running tests, run yarn dev to compile locally.

yarn test

Contribution Guide

Please follow our JavaScript Style Guide