webapp/README.md
2024-05-20 18:53:48 +03:00

21 lines
255 B
Markdown

## How to start
```
npm install
npm start
```
## Useful commands
run checks
```
npm run check
```
type checking with watch
```
npm run typecheck:watch
```
fix styles, imports, formatting and autofixable linting errors:
```
npm run fix
npm run format
```