Basic Chat App using React, Redux, Redux Saga and Nodejs Server
To test the app just clone it and open two terminals. In the first terminal on the root of the project enter the following:
yarn install //install packages
cd server
node app.js //to start the server
In the second terminal enter the following in the root folder of the project:
yarn start
Open two web browsers on http://localhost:3000
and happy chatting.