manavsehgal / react-eshop

:dollar: Easily reusable Eshop in React, ES6, and Firebase.

Home Page:https://reacteshop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

:dollar: Easily reusable Eshop in React, ES6, and Firebase.

https://reacteshop.com


Languages

Language:JavaScript 89.1%Language:HTML 7.3%Language:CSS 3.6%