Skip to content

Application Development Environment Template with Typescript

Notifications You must be signed in to change notification settings

EstebanRinaldi/app-dev-template-ts

Repository files navigation

Module Development Environment Template with Typescript

Template for NodeJS module development with Typescript inside a VSCode Docker Container.

Requirements

Usage

  1. Click Use this template
  2. Select Create a new repository
  3. Check the .devcontainer/docker-compose.yml file to disable unwanted services.
  4. Create the .devcontainer/.env file from .env-defaults (update the HOST_PREFIX value!).
  5. Update the package.json file. Set the package name and description.
  6. Run the Remote-Containers: Reopen in Container... command from the Command Palette (F1) or quick actions Status bar item.
  7. Install the dependencies.

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 (check .env to change version), with pnpn and Yarn installed globally.

Project Development Libraries

Docker Services Included

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

About

Application Development Environment Template with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published