Skip to content

Commit 958eb7a

Browse files
authored
Merge pull request #281 from mcabrams/renovate/antd-4.x
Update dependency antd to v4
2 parents 341b627 + 999733e commit 958eb7a

File tree

5 files changed

+254
-423
lines changed

5 files changed

+254
-423
lines changed

{{ cookiecutter.project_slug }}/README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@ Open localhost:8080 in your browser.
1616

1717
## Development Host Side Notes
1818

19-
If you want things like linting and typechecking to work on the host side,
20-
feel free to run `npm install` from host (in `server/` or `client/`) directory
21-
on the host. It will generate node_modules, presumably identical to inside the
22-
server container, and won't overwrite those through skaffold nor docker
23-
compose.
19+
Running `docker-compose up -d` starts the client in watch mode, so updates you make will not require building assets manually.
2420

25-
Additionally, when developing for the client, you'll want to run
26-
`npm run generate` or `npm run generate:watch` on the host from the `client`
27-
directory to ensure that you can see the generated graphql-codegen files (which
28-
are excluded from syncing to host via use of a named volume).
21+
When developing for the client, you'll want to run `npm run generate` or `npm run generate:watch` on the host from the `client` directory to ensure that you can see the generated graphql-codegen files (which are excluded from syncing to host via use of a named volume).
2922

23+
Additionally, if you want things like linting and typechecking to work on the host side, feel free to run `npm install` from host (in `server/` or `client/`) directory on the host. It will generate node_modules, presumably identical to inside the server container, and won't overwrite those through skaffold nor docker compose.
3024

3125
## Running Tests
3226
For tests, you'll want to use docker compose to build and run the test docker-compose

0 commit comments

Comments
 (0)