Create lit is a way to create simple-starter-kit lit applications. It offers a modern build setup with Vite.
npx create-lit my-app
cd my-app
npm run devThen open http://localhost:3000/ to see your app.
You’ll need to have Node >= 10 on your system
To create a new app, you may choose one of the following methods:
npx create-lit my-app(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
pnpm dlx create-lit my-appyarn create lit my-appnpm init lit my-appThanks to @uetchy and the repo create-create-app . This repo ports from CJS to ESM from create-create-app