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

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

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