Skip to content

manavsehgal/react-eshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💵 Easily reusable Eshop in React, ES6, and Firebase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published