Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 235 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 235 Bytes

Skeleton for Node.js applications written in TypeScript

Development

npm run dev

Running tests

npm test

Linting

npm run lint

Building a container

docker build .