Skip to content
/ node-starter Public template

Plain Node.js starter template with TypeScript, eslint, Docker & Jest configuration.

Notifications You must be signed in to change notification settings

bartolomej/node-starter

Repository files navigation

Node starter

👋 Getting started

You can run this app with or without docker. When running with docker, you need to make sure you indeed have docker and docker-compose installed on your system.

Development

Start with docker:

npm run docker:dev

Start on your os:

npm run start:dev

Production

Start with docker:

npm run docker:prod

Start on your os:

npm run start:prod

About

Plain Node.js starter template with TypeScript, eslint, Docker & Jest configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published