Skip to content

cryptoed228/ts-init-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TypeScript + Docker Starter

Minimal setup for a TypeScript Node.js project with Docker support.

πŸš€ Quick Start

cp .env.example .env
chmod +x ./setup.sh
./setup.sh
npm run dev

πŸ“¦ Scripts

  • npm run dev β€” run with live reload
  • npm run build β€” compile to dist/
  • npm start β€” run compiled app

🐳 Docker (Production)

docker-compose up -d

πŸ“ Structure

src/        β†’ your code
dist/       β†’ compiled output
setup.sh    β†’ auto-setup script

About

Initialize TypeScript project with Docker for production

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages