1.5.0 • Published 1 year ago
create-lit v1.5.0
Create lit is a way to create simple-starter-kit lit applications. It offers a modern build setup with Vite.
Quick Start
npx create-lit my-app
cd my-app
npm run devThen open http://localhost:3000/ to see your app.
Creating an 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
npx create-lit my-app(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
PNPM
pnpm dlx create-lit my-appYarn
yarn create lit my-appnpm
npm init lit my-appSpecial mention
Thanks to @uetchy and the repo create-create-app . This repo ports from CJS to ESM from create-create-app