GitHub - kkamara/nodejs-docker-skeleton: (2025) Get started with NodeJS and Docker. · GitHub
Skip to content

kkamara/nodejs-docker-skeleton

Folders and files

Repository files navigation

NodeJS Docker Skeleton

(2025) Get started with NodeJS and Docker.

Installation

npm install --global yarn
yarn install

Usage

# to run on first time
docker-compose up --build
# to run in background
docker-compose up --build -d
# to run when file-changes have been made
docker-compose up

Not Using Docker?

yarn start

Reloading On File Changes

yarn dev

Misc.

NodeJS Docker Skeleton.

PHP Docker Skeleton.

Python Docker Skeleton.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD

About

(2025) Get started with NodeJS and Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors