- Collapsed side bar
- Main section
- Products Page
- Dynamic cart
- Login Page
- Responsive website
- Video Testimonial
- ReactJS (Front-End)
- Styled Components (Styles inheritance and components)
- Material-UI (Icons and Badges)
- Fork this project
-
Clone the forked repository
git clone https://github.com/user/react-redux
(if you usegit
)or
gh repo clone https://github.com/user/react-redux
(if you usegh
cli) -
Install the dependencies
npm install
(if you usenpm
)or
yarn
(if you useyarn
)
.env_sample
, get your firebase variables and add to a .env
file
-
Start the project
npm start
(if younpm
)or
yarn start
(if you useyarn
)