Folder/Files
|
Contents
|
---|---|
doc
|
Project documents
|
node_modules
|
npm dependency package folder
|
src
|
Source code:
|
static
|
UDTT client engine
|
test
|
Unit test
|
my-theme
|
Custom theme
|
dist
|
Compiled files
|
package.json
|
npm configuration file
|
tsconfig.json
|
Typescript configuration file
|
index.html
|
Index page
|
README.md
|
Help information about this application
|