Skip to content

Jebzel/chatApp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

Chat application using Node.js and Angular CLI.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you start, you need Node.js installed on your machine. When you install Node.js, npm will be also installed.

Installing

  • Download or clone de code
  • Install Angular Cli
  • Install dependencies

Download or clone de code

Clone the proyect in the folder of your preference:

git clone https://github.com/Jebzel/chatApp.git

Install Angular Cli

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.

Runnning it

To start the server

Go to the server folder and run the command:

node index.js

To start the client

Go to the client folder and run the command:

ng serve

Built With

  • 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.

Authors

  • Jebzel Castillo - Initial work - jebzel

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published