- Install development / system dependencies (read below)
- Install dependencies:
npm install - Run:
npm start
| System dependency | Required version | Description |
|---|---|---|
| Node.js | 20.11.1 |
JS runtime |
| npm | 10.x |
Node package manager |
| Command | Description |
|---|---|
dev |
Develop in watch-mode |
dist:build |
TS build |
dist:clean |
Clean build folder (dist/) |
lint |
Lint *.ts* files with ESLint |
start |
Build and run |
watch:js |
Watch JS files |
watch:ts |
Watch TS files |