Skip to content

krisfur/typescript-syntax-revision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Syntax Revision Notes

Basic repo with core TypeScript syntax.

Running the code

The repo was generated using WebStorm (JetBrains IDE) with their TS preset.

To get this running, first use NPM to install the dependencies:

npm install

Building the TypeScript into JavaScript is done with:

npm run build

To run it locally we use ts-node as aliased in the package.json file:

npm run start

or directly:

node-ts src/index.ts

About

Little repo for some basic TypeScript syntax to use as a reminder when learning.

Topics

Resources

Stars

Watchers

Forks