Skip to content

IbrahiimKamal/react-redux-firebase-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-firebase-ecommerce (Still under development):-


  • ReactJS
  • React Hooks
  • Redux
  • Redux Thunk
  • Redux Persist
  • Firebase
  • emotion (styling)
  • CSS modules
  • bootstrap (grid)
  • react-router-dom
  • react-lazy-loading
  • react-loading-skeleton
  • react-particles-js
  • react icons
  • react-toastify
  • react-slick
  • slick-carousel
  • EmailJS
  • rc-banner-anim
  • rc-queue-anim
  • rc-tween-one
  • axios
  • The MealDB API

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build