Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 369 Bytes

tetris-game

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