/js-ts-demo

A demo project that demonstrates some basic JavaScript and TypeScript usages.

Primary LanguageTypeScript

Running the Demo

First, install node modules:

npm install

Then start the project:

npm start

Going Through Commits

You can list all commits with:

git log

To see the code at a specific commit:

git checkout <commit-hash>