Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/crgiopeca88/angular-socketio-chat

This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.
https://github.com/crgiopeca88/angular-socketio-chat

angular css expressjs html javascript socket-io webpack

Last synced: 10 days ago
JSON representation

This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.

Awesome Lists containing this project

README

        

# Chat App - Angular & Socket.io

This is a chat application in Angular with the socket.io library, webpack 4, typescript, and express.js.

## Frontend Local Run
After cloning, go to the root folder and run:
- `npm run install-frontend`
- `npm run frontend`

## Backend Local Run
After cloning, go to the root folder and run:
- `npm run install-backend`
- `npm run backend`