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 dev
Then 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-app
yarn create lit my-app
npm init lit my-app
Thanks to @uetchy and the repo create-create-app . This repo ports from CJS to ESM from create-create-app