darts / js-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript-Javascript-Demo

Demonstration on javascript and typescript

Install webpack

npm install -g typescript ts-loader

npm install -g webpack

TS

Go to the TypescriptProject directory. Run: tsc maths.ts

Launch the site by opening the TS_Base.html file in your browser.

JS

Launch the site by opening the JS_Base.html file in your browser.

To edit the program, modify JavascriptProject/content.js

About


Languages

Language:TypeScript 48.4%Language:HTML 38.6%Language:JavaScript 13.1%