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


