This repository contains client side code using Angular CLI
Framework
Try live demo: https://angular-socket.netlify.com
User One
email : [email protected] -- password : 12345
User two
email : [email protected] -- password : 12345
- Push Notifications
- Offline Friendly
- Interactive and simple UI
- Active/Inactive Status
- Star GitHub repository ⭐
- Create pull requests, submit bugs or suggest new features
- Follow updates on Github
First, ensure you have the following installed:
- Git - Download and Install Git
- Angular CLI - Install Command Line Interface for Angular https://cli.angular.io/
After that, use Git bash
to run all commands if you are on Windows platform.
In order to start the project use:
$ git clone https://github.com/SdSalaat/angular-socket-app.git
$ cd angular-socket-app
Open other command line window and run following commands:
$ npm install
$ ng serve
Now open your browser in following URL: http://localhost:4200