Skip to content

DarrenDanielDay/TypeScriptExercise

Repository files navigation

TypeScriptExercise

Just for TypeScript learning and type exercise.

Quick Start

NodeJS is required, and yarn is recommended. If you use the lint tool, python is required.

Run the following script:

yarn                # Install dependencies.
yarn start          # Run main.ts for demo.

Or if you do not have yarn:

npm install         # Install dependencies
npm run start       # Run main.ts for demo.

About

Just for TypeScript learning and type exercise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published