Skip to content

MrTimeey/typescript-node-express-starter

Repository files navigation

typescript-node-express-starter

Simple project template to create a typescript node express repository including a hello-world endpoint and a SwaggerUi.

Preconditions

Create .env from .env.example.

Execution

There are different ways to start the application.

After startup http://localhost:8080/ will display the SwaggerUI for your API.

Dev-Mode

npm install
npm run dev

Service

npm install
npm run serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published