10.1.5 • Published 1 year ago

quick-ts-node v10.1.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Quick TS-Node

TypeScript version Node.js version Quick TS-Node is a simple TypeScript Node project template that uses the ts-node package to run TypeScript code in Node.js. It's meant to be a quick and easy starter for creating new TypeScript projects.

Getting Started

To use this project template, simply install the package using NPM:

npm install -g quick-ts-node

Usage

Once the package is installed, you can start writing your code in the index.ts file:

To start the node server, run the following command:

ts-node index.js

or nodemon

This will start the ts-node server in watch mode, which will automatically restart the server whenever you make changes to the code.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

10.1.5

1 year ago

10.0.5

1 year ago

10.0.4

1 year ago

10.0.3

1 year ago

10.0.2

1 year ago

10.0.1

1 year ago

10.0.0

1 year ago

6.0.0

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.0

1 year ago