Skip to content

hungtcs-lab/lit-starter

Repository files navigation

Lit Starter

Well-prepared out-of-the-box lit starter.

Structure

.
├── lib                         # the main folder
│  ├── hello.element.spec.ts    # the element test
│  ├── hello.element.ts         # the element
│  ├── index.ts                 # library entry
│  └── some.element.ts
├── package-lock.json
├── package.json
├── README.md
├── src                         # test or demo the custom elements
│  └── index.html
├── tsconfig.app.json
├── tsconfig.json
├── tsconfig.lib.json
├── web-dev-server.config.js    # web dev server config file
└── web-test-runner.config.js   # web test runner config file

Commands

  • Start project in dev mode

    npm run start:Dev
  • Run tests

    npm test
  • Build

    npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published