Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/justinidlerz/simple-node-ts

Example of how to use typescript in node.js
https://github.com/justinidlerz/simple-node-ts

Last synced: 30 days ago
JSON representation

Example of how to use typescript in node.js

Awesome Lists containing this project

README

        

# Simple node-ts
Example of how to use typescript in node.js

# StartUp
```javascript
npm install
node index.js
```