Application to generate a chat with Ionic Angular connecting to socket private channels of a backend development project in NodeJS.
| Versión | |
|---|---|
| Angular | 20.0.0 |
| NPM | 11.5.2 |
| Node.js | 22.14.0 |
| Ionic CLI | 5.4.6 |
To run the frontend project, follow these steps:
Clone the project, either with the command git clone https://github.com/dev-shelvin-batista/ionic-socket-chat.git or using a GitHub graphical tool.
After cloning the repository, install the node dependencies using the command npm install inside the ionic-socket-chat project folder. If an error occurs, add the --force option.
Run the command ng serve to start the server. By default, the url http://localhost:8100 is used.