react
redux
redux-saga
nodejs
websocket
A basic chatroom in react with random username.
To run the project:
- Open
terminal
navigate to project dir. - Run the server first by running the command
node server/app
. - Install dependencies by running the command
npm install
. - Start the react application by running the command
npm start