TypeScript Todo
is a command line application for TS practice
- Installing Typescript
- Setting up the TS config file
- Setting up TS config file
- Defining Classes with type definitions and methods
- compiling with
tsc
and running the compliedJavascript
inside thedist
directory
- This Project is a
work in progress
with a view to be migrated into a full ReactTS application