Tetris game
In order to install dependencies run the following command from root directory of the project:
npm install
In order to build project run the following command from root directory of the project:
npm run build
In order to start developing run the following command from root directory of the project:
npm run watch