Skip to content

cesalberca/ts-vs-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript vs JavaScript

Want to know what are the main differences between TypeScript and JavaScript? You can check yourself inside the src dir.

Usage

Note: You must have installed Node. Optionally you can have installed Yarn and use it to install the dependencies.

Clone this repo (and star it ⭐️):

git clone https://github.com/cesalberca/ts-vs-js.git

CD into the project:

cd ts-vs-js

Install the dependencies:

npm install
# or
yarn

Compile it:

npm start
# or
yarn start

And run it:

npm run execute
# or
yarn execute

You can also have it recompile on save in another shell:

npm run watch
# or
yarn watch

Note: It's recommended that you install the Quokka extension in order to interact with the code more easily.

About

TypeScript versus JavaScript. Main differences.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published