webapp/README.md
2024-02-04 12:03:15 +03:00

27 lines
341 B
Markdown

## How to start
```
npm install
npm start
```
## Useful commands
run checks
```
npm run check
```
type checking with watch
```
npm run typecheck:watch
```
## Code generation
generate new SolidJS component:
```
npm run hygen component new NewComponentName
```
generate new SolidJS context:
```
npm run hygen context new NewContextName
```