https://github.com/sinedied/typescript-node-example
Example Node.js app with TypeScript setup
https://github.com/sinedied/typescript-node-example
Last synced: 7 months ago
JSON representation
Example Node.js app with TypeScript setup
- Host: GitHub
- URL: https://github.com/sinedied/typescript-node-example
- Owner: sinedied
- Created: 2018-10-10T07:53:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:30:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T00:16:37.888Z (7 months ago)
- Language: TypeScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typescript-node-example
> Example Node.js app with TypeScript setup
## How to use
1. Git clone this repo
2. Run `npm install`## Scripts
- `npm start`: start the prebuilt version of the app (use for production)
- `npm run start:dev`: start directly the TypeScript code for development, with debugger enabled
- `npm run prepublish`: compile TypeScript code, run automatically when `npm publish` or `npm pack` is called
- `npm run clean`: clean up compilation and package artifacts