Skip to content

demo purchasing cart made with redux-saga as training project

Notifications You must be signed in to change notification settings

mhesham32/redux-saga-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux-Saga demo cart

a project simulates a real shopping cart with a lot of its functionality connect with a demo server.

how to use

first clone or download this repo and the server .

on the server repo folder

yarn && yarn start

on this repo

  • create a .env.local file.
  • type the following on this file
REACT_APP_DOMAIN = "http://localhost:8081/"

if you are hosting the server on another port edit this file with the right port.

then

yarn && yarn start

About

demo purchasing cart made with redux-saga as training project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published