Skip to content

ViktorSvertoka/goit-typescript-hw-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript

  • npm install -g typescript
  • tsc --init
  • tsc
  • tsc -w
  • npm init -y
  • npm i --save-dev @web/dev-server

"scripts": { "start": "web-dev-server --node-resolve --open --watch" },

  • npm start