Skip to content

Anupam-dagar/React-Redux-Saga-Learning-Project

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Redux Saga

Instructions to Run

  1. Clone the directory.
  2. Install dependencies using the command yarn.
  3. Create a .env file in root of the project. It contains the backend server endpoint and the protocol to be used. .env has the following format. Replace values if needed but for local backend django server, these values should work.
REACT_APP_BACKEND_ENDPOINT=localhost:8000
REACT_APP_REST_PROTOCOL=http://
REACT_APP_WS_PROTOCOL=ws://
  1. Run the server using yarn start.
  2. The frontend should now be accessible at http://localhost:3000

Technologies Used

  1. React
  2. Redux
  3. Redux Saga
  4. Websockets
  5. Semantic UI React

License

MIT

About

React Redux Saga Learning Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published