Skip to content

This is first TypeScript-Project to learn how to use and apply into Web-Application Project

Notifications You must be signed in to change notification settings

GeonwooVincentKim/First_Test_TypeScript_Project

Repository files navigation

First_Test_TypeScript_Project

This is first TypeScript-Project to learn how to use and apply into Web-Application Project

Additional Version of Installing Type-Script

슬라이드1

슬라이드2

슬라이드3

슬라이드4

TypeScript Install

TypeScript Project Settings Command

1. mkdir number-subNumber
2. cd number-subNumber
3. npm init --y

4. npm i -D typescript ts-node
5. npm i -D @types/node
6. npm i

7. tsc --init

8. mkdir -p src/utils
9. touch src/index.ts src/utils/someFile.ts

npm run build

  • To Import and use dist, make sure tsconfig.json outdir attributes set
{
    "outdir": "dist"
}
  • And then re-run the npm run build

About

This is first TypeScript-Project to learn how to use and apply into Web-Application Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published