- Clone the repository and install the backend:
$ npm install
-
Rename the
.env.example
file into.env
and add a secret key (just a random string) for theAPP_SECRET
variable inside this file -
Start the backend app:
$ npm start
- In another terminal, go in the
frontend
directory to install the dependencies for the frontend of the chat app:
$ cd frontend
$ npm install
- Start the frontend app:
$ npm start
- Go to http://localhost:3000 and have fun