/todoapp-typescript

TodoApp implemented in Typescript

Primary LanguageTypeScript

TodoApp (Typescript)

Setup & Build

  • Execute npm install to install the packages
  • Execute npm run build to run Typescript Compiler
  • The Output files will be generated inside public/

In alternative to local Typescript Compiler it can be used globally:
npm install -g typescript and then tsc -w

Development

  • Execute npm run dev

Run

  • npm run build
  • Open index.html running it under a live server