alanbsmith / typescript-node-starter

a simple starter for using TypeScript with Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript Node Starter

Overview

This is a simple starter for using TypeScript with Node. It has a handful of helpful tools to improve development workflow and maintenance.

Installation

You'll likely want to fork this repo on GitHub and clone instead of cloning directly. If that's the case, run:

git clone https://github.com/[USERNAME]/typescript-node-starter
cd typescript-node-starter
npm install

Development

Workflow

npm run start:dev

Testing

Run tests once:

npm test

Watch test:

npm run test:watch

Watch all tests:

npm run test:watchAll

Contributing

All of the following are appreciated:

Please be sure to follow our Code of Conduct.

License

MIT

About

a simple starter for using TypeScript with Node

License:MIT License


Languages

Language:JavaScript 49.9%Language:TypeScript 40.5%Language:Shell 9.6%