Chapter by chapter code along branches for React Eshop book.
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
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