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 serve
To debug the Node version in VS Code:
- Place breakpoints in any of the
.tsx
files located in this project. - Run using the
Launch Node App
option in the debug menu.
To debug the web version of this app in VS Code or browser debugger:
- Place breakpoints in any of the
.tsx
files located in this project. - Run using the
Launch Browser App
option in the debug menu.