Skip to content

lucaslar/ts-example-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS Example Playground

Example Repository for TypeScript + advanced JavaScript concepts

Setup

In order to get all required dependencies, please run:

npm ci

Run it!

The files in this repository are meant to be run in watch mode. You can execute the following scripts. After running any of the commands below, the file will be started in dev mode, i.e., the process will not finish but the file is restarted in case of changes. To stop, please stop the process (Ctrl + C) or close the terminal.

Lecture Example

In order to run the content from the lecture:

npm run start

TS Playground

In order to run the TS playground. Use this repository to test TypeScript:

npm run start:ts-playground

JS Playground

In order to run the JS playground: Use this repository in order to understand the differences between JavaScript and TypeScript:

npm run start:js-playground

About

Example Repository for TypeScript + advanced JavaScript concepts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published