doc: update frontend dev instructions (#1691)

This commit is contained in:
Axel Baudot
2023-06-07 10:10:26 -04:00
committed by GitHub
parent bf766decdd
commit 32fa7a6254
2 changed files with 6 additions and 3 deletions
+4 -3
View File
@@ -372,9 +372,10 @@ with hot-code reloading.
1. Install [caddy](https://caddyserver.com)
2. Go to `frontend/`:
1. `npm install`, `npm run generate-backend-client` then `npm run dev`
2. In another shell `sudo caddy run --config CaddyfileRemote`
3. Et voilà, windmill should be available at `http://localhost/`
1. `npm install`
2. `npm run generate-backend-client`
3. `npm run dev`
3. Et voilà, windmill should be available at `http://localhost:3000/`
### Backend + Frontend
+2
View File
@@ -1,5 +1,7 @@
# Developing
In the `frontend/` directory:
- install the dependencies with `npm install` (or `pnpm install` or `yarn`)
- generate the windmill client: