Full stack app, created with nodejs, socketIO, React.
Project is created with:
- React,
- NodeJs,
- SocketIo,
- JavaScript,
- HTML,
- CSS
To run this project, install it locally using npm:
$ mkdir $name
$ cd $name
$ git clone https://github.com/dendidibe/react-chat.git
$ npm install
$ cd server
$ node index.js
$ cd ..
$ npm start