/ChatBox

Simple chat app

Primary LanguageJavaScript

Chatbox

Tools used

Node.js
Javascript
HTML5
CSS
ReactJS

Installation

Clone

  • Clone this repo to your local machine using:
$ git clone https://github.com/ArthurPaes/ChatBox.git

Setup

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

License

License