1.0.2 • Published 4 years ago
first-typescript v1.0.2
Typescript basic project
Setup
Requires Node.js v12.18.2
npm i
npm run build
npm run web-build
npm run serveTo debug the Node version in VS Code:
- Place breakpoints in any of the
.tsxfiles located in this project. - Run using the
Launch Node Appoption in the debug menu.
To debug the web version of this app in VS Code or browser debugger:
- Place breakpoints in any of the
.tsxfiles located in this project. - Run using the
Launch Browser Appoption in the debug menu.