create-lit-quickstart
v1.2.3
Published
This is a starter for basic typescript application.
Downloads
5
Readme
Create LIT Quickstart
Create Typescript apps with no build configuration.
Quick overview
npx create-lit-quickstart@latest my-app
cd my-app
You can also choose a template
npx create-lit-quickstart@latest my-app --template=basic
Templates
| Category | Description | Requirements | | -------- | ------------------------------------------------------------ | ------------ | | Basic | Setup for node with typescript, with docker dev environment. | Git, Docker |