/red-tetris

Primary LanguageTypeScript

RedTetris

This project was generated with Angular CLI version 13.1.1.

It's a Tetris multiplayer Game.

Enjoy !

Development server

Run npm i

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.

Backend server

Run npm i

Run node src/app.js to run the dev server.

Running unit tests

Run npx jest --coverage to execute the unit tests via Jest.