No description
| src | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| style.css | ||
| tsconfig.json | ||
Snake
Entwicklung
Abhängigkeiten installieren:
npm install
TypeScript kompilieren:
npm run build
Während der Entwicklung automatisch neu kompilieren:
npm run watch