Skip to content

qest-cz/nodejs-in-docker-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js TypeScript Docker Starter

Description

This repository provides a starter template for building Node.js applications with TypeScript in a Docker environment. It allows users to develop and run Node.js applications without the need for local installations by leveraging Docker and Docker Compose. The setup includes hot reload functionality based on Docker volumes, enabling a seamless development experience.

Prerequisites

  • Docker
  • docker-compose

How to Use the Repository

  1. Clone the repository:
  • $ git clone https://github.com/qest-cz/nodejs-in-docker-starter.git
  1. Start the Docker environment:
  • $ docker-compose up

This command will install the necessary node_modules and serve the ./src/index.ts file with hot-reload functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published