A tetris clone in Angular. No canvas here! Only working with DOM :)
npm start
- for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
npm run build
- regular Angular production buildnpm run build-ghpages
- Angular build for GitHub Pages