Angular Chat - WIP
A chat application built with Angular 6 + NodeJS.
⚠️ ⚠️ ⚠️ This application is a work in progress, not everything is working as intended ⚠️ ⚠️ ⚠️
General information
This application is divided into 2 categories, client code (Angular) and server code (NodeJS). To run the project, both applications must be running at the same time.
Pre-requisites
Usage
To build and run the projects, make sure that NodeJS is installed and download dependencies for each project (client/server) by issuing:
cd client/
npm install
cd ../server/
npm install
And then, open 2 different terminal windows/tabs and run:
# First window/tab
cd client && npm run start
# Second window/tab
cd server && npm run start
Built With
Frontend:
Backend:
License
This project is licensed under the MIT License - see the LICENSE.md file for details