The goal of this project was to build the product page of a clothing retailer's e-commerce website.
First install dependencies:
npm install
To create a production build:
npm run build-prod
To create a development build:
npm run build-dev
npm start
To run unit tests:
npm test
Made with createapp.dev