npm init -y
npm install typescript --save-dev
Then typescript code goes in src/script.ts
, and is compiled using npx tsc
to dist/script.js
.
Open index.html
in a web browser to view the results.
npm init -y
npm install typescript --save-dev
Then typescript code goes in src/script.ts
, and is compiled using npx tsc
to dist/script.js
.
Open index.html
in a web browser to view the results.