Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 626 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 626 Bytes

react-ecommerce

Here’s the code for our React ecommerce store written during the nine-part video series from the 2hats Skills Accelerator: Front-End Web Dev course.

The master branch contains the final code for the store.

Each module’s video has its own branch that cumulatively builds upon the code from the previous video.

Run it yourself

Make sure you have Node.js installed first.

  1. Clone this repo and the API repo: https://github.com/2hats-co/react-ecommerce-api
  2. Install dependencies using yarn for both repos
  3. Run a development server for both repos using yarn start