Node.js
Javascript
HTML5
CSS
ReactJS
- Clone this repo to your local machine using:
$ git clone https://github.com/ArthurPaes/ChatBox.git
Enter the folder:
$ cd ChatBox
Enter the back-end and install the dependecies using yarn:
$ cd server
$ yarn
Start the back-end:
$ yarn start
Enter the front-end and install the dependecies using yarn:
$ cd client
$ yarn
Start the front-end:
$ yarn start