eCommerce clothing web app
# Download repository:
git clone https://github.com/sendgn/crwn-clothes.git
# Go to the app:
cd crwn-clothes
# Install yarn
npm install --global yarn
# Install dependencies
yarn
# Production build - output will be at build/ folder
yarn build
# Start dev server at http://localhost:3000/
yarn start