For this exercise, we'd like you to do the following:
- Remove jquery
- Refactor the existing jquery code to ES6
- clone the project
git clone https://github.com/TeePublic/cart-refactor-challenge.git
- run
npm install
to install dependencies - run
npm start
to start the development server