Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.65 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.65 KB

TicTacToe

This project was generated with Angular CLI version 10.1.7. This project can be downloaded and installed buy clicking on top + sign in browser.

Working Game

Play and Install Game

https://tic-tac-toe-game-f6758.web.app/

The game is running on firebase. Angular application to a remote server Firebase need to do following steps:

  1. ng build
  2. ng add @angular/fire
  3. ng deploy

Progressive Web App (PWA)

PWAs are a nice way to make regular web applications act like native apps on Android, Windows, Chrome OS, and many more...

  1. Use angular cli
  2. ng add @angular/pwa
  3. Edit Manifest
  4. Edit service worker config file

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.