Skip to content

Latest commit

 

History

History
executable file
·
22 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

executable file
·
22 lines (12 loc) · 300 Bytes

Tetris

How to use

Just clone it and get going. DEMO: https://sergeisomin.github.io/Tetris/

Install all dependencies:

npm i

Start developing and serve your app:

npm start

Build your app without minification:

npm run build

Build your app with minification:

npm run build.prod