Skip to content

Files

Latest commit

 

History

History

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Typescript Workbench

Instructions

  1. Open a new terminal and navigate to this directory.
cd typescript
  1. Install node dependencies using pnpm.
pnpm install
  1. Run the dev script.
pnpm run dev
  1. When done, press Ctrl-C in the terminal to exit.