marcelofreires / typescript-mini-course

This repository is a study for TypeScript basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript mini course

This repository is a study for TypeScript basics from Mini Curso de TypeScript by Willian Justen.

Annotations

You can see the annotations in a board on my Whimsical.

To compile TypeScript files

Use tsc to run any TypeScript file in project. Run the the follow command:

npx tsc

For use watch mode run:

npx tsc --watch

To see the results on dist folder

Use nodemon to see the some results on terminal. After install just run:

nodemon dist/[fileName.js]

About

This repository is a study for TypeScript basics


Languages

Language:TypeScript 94.8%Language:HTML 5.2%