Chat application using Node.js and Angular CLI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you start, you need Node.js installed on your machine. When you install Node.js, npm will be also installed.
- Download or clone de code
- Install Angular Cli
- Install dependencies
Clone the proyect in the folder of your preference:
git clone https://github.com/Jebzel/chatApp.git
Run the command:
npm install -g @angular/cli
Go to the client and server folders and run:
npm install
After all dependencies are installed, all that's left to do is run the server and client.
Go to the server folder and run the command:
node index.js
Go to the client folder and run the command:
ng serve
- Angular Cli - The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications.
- Node.js - Node.js is an open-source, cross-platform, JavaScript run-time environment that executes JavaScript code outside of a browser.
- Socket.io - Socket.IO is a JavaScript library for realtime web applications.
- Jebzel Castillo - Initial work - jebzel
This project is licensed under the MIT License - see the LICENSE.md file for details