- Clone the repository and install the backend:
$ npm install-
Rename the
.env.examplefile into.envand add a secret key (just a random string) for theAPP_SECRETvariable inside this file -
Start the backend app:
$ npm start- In another terminal, go in the
frontenddirectory 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