kemokemo / ts-sample

my typescript sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-sample

My sample project for TypeScript learning.

Feature

  1. Read from the dist/source.html file.
  2. Give a unique ID to the target classes.
  3. Write to the dist/target.html file.

Build

npm run build

or

npm run build-dev

Build processes is powered by esbuild.

Run

npm run run-dev

About

my typescript sample

License:MIT License


Languages

Language:TypeScript 81.7%Language:JavaScript 18.3%