Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.6 KB

File metadata and controls

41 lines (28 loc) · 1.6 KB

NodeJS Developer Environment Template

Template for NodeJS development with VSCode inside a Docker Container.

Requirements

Usage

  1. Click Use this template
  2. Select Create a new repository
  3. Update the .env file.
  4. Run the Remote-Containers: Reopen in Container... command from the Command Palette (F1) or quick actions Status bar item.
  5. Optionally update the package.json to match your project.
  6. 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.

Development Container

The container includes NodeJS (chekh .env to change version), with nodemon and Yarn installed globally.

Docker Services Included

  • MSSQL
  • Postgres (with pgAdmin)
  • MySQL (with phpMyAdmin)
  • MariaDB (with phpMyAdmin)

External Links