Front End Capstone project for Team Rowlf in Hack Reactor Austin's 56th cohort.
Project Catwalk is a complete redesign of our client' retail portal, and is designed to address the outdated interface that has driven customers away. Team Rowlf's intitiative is to modernize and glamourize our client's portal, and to welcome their customers to the future of clothing design.
The initial release will focus on providing the MVP for our retail application. Features implemented will be constrained to the client experience which enables customers to search, browse, add to cart, and checkout.
-
Initial setup:
npm install
-
Run the app: In a new terminal tab, start the application with
npm start
-
Run the test suite:
npm test