Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 738 Bytes

React Eshop

Book | Website

Chapter by chapter code along branches for React Eshop book.

Download and Run Complete App

You can clone and run the final app we complete at the end of React Eshop book.

git clone https://github.com/manavsehgal/react-eshop.git
cd react-eshop
npm install
npm start

Code Along Chapter by Chapter

You can clone the source for this book, change to app directory, checkout just the code for a chapter, install and start the app to launch the local version in your default browser.

git clone https://github.com/manavsehgal/react-eshop.git
cd react-eshop
git checkout -b c01 origin/c01-easy-start-react
npm install
npm start