Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 453 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 453 Bytes

CRWN clothes Ltd.

eCommerce clothing web app

Deployed app

https://crwnwear.netlify.app

Setup and run

# 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