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

https://github.com/hnthap/typescript-node-template

Simple NodeJS TypeScript boilerplate
https://github.com/hnthap/typescript-node-template

concurrently javascript nodejs tsc tsconfig typescript

Last synced: 4 months ago
JSON representation

Simple NodeJS TypeScript boilerplate

Awesome Lists containing this project

README

          

# TypeScript NodeJS Template

## Prerequisites

* NodeJS and its default package manager, NPM.
* Internet connection to download and install packages.

## Usage

```{bash}
# To setup
npm install

# To run
npm run build
npm run start

# Dev mode
npm run build
npm run dev
```

## License

MIT License. *See more: [LICENSE](./LICENSE).*