Skip to content

francescostella/todoapp-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TodoApp implemented in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published