Chatroom built with Angular 7 and Chatkit for RxJS lesson
- Clone this repository and
cd
into it. - Execute
npm install
to download dependencies. - Run
node server.js
to start the Express server cd
into the client folder, runnpm install
followed byng serve
to start the development server. View http://localhost:4200 in your browser.
- Node.js and npm