Skip to content

joshf26/Simplest-TypeScript-Project-Ever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplest TypeScript Project Ever

For some reason, it's hard to find a TypeScript boilerplate that doesn't include linters, prettifiers, testing frameworks, etc. I just want to write TypeScript code and run it. This repo is the most basic TypeScript project I could possibly create.

To set this up:

  1. Clone this repo, or download it as a zip and extract.
  2. Run npm install.
  3. Write your code and run npm start to compile and run it.

Credit to Tiffany Phan for the shared frustration.

About

The simplest TypeScript project I can think of.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published