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
- Host: GitHub
- URL: https://github.com/johnpapa/node-ts
- Owner: johnpapa
- Created: 2018-08-10T19:30:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T19:33:24.000Z (about 7 years ago)
- Last Synced: 2025-04-03T02:51:11.868Z (6 months ago)
- Language: TypeScript
- Size: 23.4 KB
- Stars: 59
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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