Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 460 Bytes

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