Skip to content

Simple template project to create and run JS and TS files, ask for user input (in the terminal window) and use the input as a variable in your code

License

Notifications You must be signed in to change notification settings

juanchax/JS-TS-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-TS-Playground

Simple template project to create and run JS and TS files, ask for user input (in the terminal window) and use the input as a variable in your code

alt text

This is intended for learning purposes, so that when getting started with Javascript and Typescript, folks are not forced to take on the huge task of learning, building, and impllementing a web UI as well.

The project makes use of:

  • tsx to run ts files without the need of compiling it before (as in: tsc main.ts && node main.js).
  • prompt-sync to prompt users for input in a terminal window.

Happy Coding!

About

Simple template project to create and run JS and TS files, ask for user input (in the terminal window) and use the input as a variable in your code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published