Tick Tac Toe game based on Angular for Beginners - Let's build a Tic-Tac-Toe PWA.
List of changes:
- Adapted to Angular 16
- Use of Angular Material UI
- Use of tsParticles with confetti preset
git clone https://github.com/muratpurc/angular-tic-tac-toe-pwa.git
cd angular-tic-tac-toe-pwa
npm install
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.