Chatroom built with Angular 7 and Chatkit. Tutorial: https://pusher.com/tutorials/chatroom-angular-chatkit
- Clone this repository and
cdinto it. - Execute
npm installto download dependencies. - See tutorial for notes on how to get the required credentials from Chatkit
- Open
client/src/app/app.component.tsandvariables.envand update them with your Chatkit credentials - Run
node server.jsto start the Express server cdinto the client folder, runnpm installfollowed byng serveto start the development server. View http://localhost:4200 in your browser.
- Node.js and npm