Add demo on devcontainer
This commit is contained in:
@ -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.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user