An open API service indexing awesome lists of open source software.

https://github.com/johnpapa/node-ts

Simple Node app Written with TypeScript
https://github.com/johnpapa/node-ts

Last synced: about 1 month ago
JSON representation

Simple Node app Written with TypeScript

Awesome Lists containing this project

README

          

# node-ts

Simple Node and typeScript app

## Quick Start

1. `npm install`
2. `npm run serve-debug`

## Included

- basic `tsconfig.json`
- npm scripts to help build, run, watch, and debug
- concurrently, ts-node, ts-lint, typescript for helping with builds
- types for node with @types/node