Add demo on devcontainer

This commit is contained in:
Mike Conrad
2025-06-13 20:12:08 -04:00
parent 302cc66d55
commit 7c6e8a88a3
3 changed files with 8 additions and 1 deletions

View File

@ -16,4 +16,6 @@ Once everything is done it should open a browser window to http://localhost:3030
The examples folder contains several Docker examples.
`examples/fullstack` is a basic example containing a backend NodeJS application with a React frontend as well as a Postgres Database. The project is set up so that you can do all development in dev containers. The `node_modules` folder for the backend is isolated from your host system and only exists inside the running container. For this reason, you will need to use a devcontainer in order to be able to get things like Intellisense and typings.
`examples/fullstack` is a basic example containing a backend NodeJS application with a React frontend as well as a Postgres Database. The project is set up so that you can do all development in dev containers. The `node_modules` folder for the backend is isolated from your host system and only exists inside the running container. For this reason, you will need to use a devcontainer in order to be able to get things like Intellisense and typings.