Skip to content

ai297/ts-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript sandbox

Simple typescript project

This project work with node.js, using ts-node and nodemon.

  • You can clone this project for your computer
  • Go to ts-sandbox folder
  • Run npm install
  • And that is all :-) Now, You can write your TypeScript code in ./src/index.ts and run npm run script for execute it with node.js
  • Or you can use npm run build for compile it to JS
  • Also you can use npm start for launch ts-node and write your code right in console (like browser console). For exit from ts-node press Ctrl+C twice
  • And last, you can use npm watch for run nodemon, which execute your script automatically when source files will changes.

About

Simple typescript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published