Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 373 Bytes

TeePublic Cart Refactor Challenge

Requirements

For this exercise, we'd like you to do the following:

  • Remove jquery
  • Refactor the existing jquery code to ES6

To get started:

  1. clone the project git clone https://github.com/TeePublic/cart-refactor-challenge.git
  2. run npm install to install dependencies
  3. run npm start to start the development server