Template for NodeJS development with VSCode inside a Docker Container.
-
VS Code Docker Extension (optional)
- Click Use this template
- Select Create a new repository
- Update the .env file.
- Run the Remote-Containers: Reopen in Container... command from the Command Palette (F1) or quick actions Status bar item.
- Optionally update the package.json to match your project.
- Start working.
To return to the local project:
- Run the Remote-Containers: Reopen Locally... command from the Command Palette (F1) or quick actions Status bar item.
The container includes NodeJS (chekh .env to change version), with nodemon and Yarn installed globally.
- MSSQL
- Postgres (with pgAdmin)
- MySQL (with phpMyAdmin)
- MariaDB (with phpMyAdmin)