Tutorial:
- Make sure you have Node.js (version 12 or later) and yarn installed on your machine.
- Clone this repository and
cd
into it. - Run
yarn
to install the dependencies - See tutorial for notes on how to get the required credentials from Stream.
- Rename the
server/.env.example
file toserver/.env
and update it with your Stream credentials. - Run
node server.js
from within theserver
directory to start the Node server on port 5500. - Run
ng serve
from the project root to start the Angular app development server. View http://localhost:4200 in your browser.
- Angular 9 - For creating the application frontend
- Stream Chat - Chat features