Skip to content

sbrad93/chaOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2019 - 2021 chaOS : A Browser-based Operating System in TypeScript

Setup TypeScript

  1. Install the npm package manager if you don't already have it.
  2. Run npm install -g typescript to get the TypeScript Compiler. (You probably need to do this as root.)

-- or --

  1. Download it from the TypeScript website.
  2. Execute the intstaller.

Workflow

Some IDEs (e.g., Visual Studio Code, IntelliJ IDEA, others) natively support TypeScript-to-JavaScript compilation and have tools for debugging, syntax highlighting, and more. If your development environment lacks these then you'll have to compile your code from the command line, which is not a bad thing. (In fact, I kind of like that option.) Just make sure you configure tsconfig.json correctly and test it out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published