Skip to content

mbaxter/ts-node-template

Repository files navigation

Typescript Node Template

Template Instructions

  • Update package.json by setting:
    • name
    • version
    • description
    • license
    • author
  • Update or remove example files:
    • src/example.ts
    • src/index.ts
    • test/example.spec.ts
  • Update this README.md
    • Change the title
    • Delete this section
    • Describe your project, etc

Setup

From the root directory, run:

npm install

Local development

How to run:

npm run dev

Tests

Run tests with:

npm test

About

A template for nodejs typescript projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published