webapp/README.md
2023-02-10 13:21:26 +01:00

28 lines
350 B
Markdown

## How to start
```
npm install
npm start
```
with different backends
```
npm run start:local
npm run start:production
npm run start:staging
```
## Useful commands
run checks
```
npm run check
```
type checking with watch
```
npm run typecheck:watch
```
## Code generation
generate new SolidJS context:
```
npx hygen context new NewContextName
```