Our chat application will show a login page withe e-mail and password fields. The user will be able to log in or create a new account, when a user logs in, it will go to a tabs interface where we have a list of all users of the application, the Account tab will allow the user to upload a profile image and log out of the app.
Open your terminal/cmd and run the following commadans:
- type
git clone https://github.com/ahmnouira/chat-app
. cd chat-app
to enter to app folder.npm i
to install the app dependencies.ng serve
ornpm start
run the app server.