Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 2.02 KB

README.md

File metadata and controls

57 lines (35 loc) · 2.02 KB

Angular Checkers Game

This is the frontend part of a project that includes authentication, chat and checkers game. The frontend is built using Angular 15.

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

You will need to have Node.js and npm installed on your machine.

Installing

Clone the repository to your local machine: git clone https://github.com/Yarins2000/TalkBack-Frontend.git

Go to the project's root directory and run:

npm install This will install all the necessary dependencies.

Running the app

To run the app in the development mode, use the following command:

ng serve The app will run on http://localhost:4200/. The page will reload if you make edits. You will also see any lint errors in the console.

This app uses real time communication, hence after running, open at least 2 tabs/browsers to use the app.

Built With

  • Angular - The frontend framework used
  • Ng-Bootstrap - UI Library for Angular
  • Font Awesome - Icons library

Backend Project

https://github.com/Yarins2000/TalkBack-Backend