React Redux Saga
Instructions to Run
- Clone the directory.
- Install dependencies using the command
yarn
. - 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://
- Run the server using
yarn start
. - The frontend should now be accessible at
http://localhost:3000
Technologies Used
- React
- Redux
- Redux Saga
- Websockets
- Semantic UI React
License
MIT