lululemon e-commerce north america post purchase web app
A progressive web application built on React
You will need the following things properly installed on your computer.
- Git
- Node.js (with Yarn)
- Prefer nodejs version 8.10.x as mandated by the AWS Lamda execution environment
- Prefer Yarn
- Set up your Github SSH key
Clone repository
git clone git@github.com:Lululemon/ecom-npp-web-app.git
this repositorycd ecom-npp-web-app
Install dependencies
yarn install
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.
yarn dev
- Visit your app at http://localhost:3000
Before running tests, run yarn dev
to compile locally.
yarn test
Please follow our JavaScript Style Guide