0.0.7 • Published 6 years ago
cletsa v0.0.7
cletsa (create-lit-element-typescript-app)
Starter kit for making apps with LitElement and TypeScript.
Getting started
npx cletsa app/
cd app/
npm startFolder structure
app/
src/
container.ts
counter.ts
index.html
index.ts
.gitignore
package.json
tsconfig.json
webpack.config.jsTooling
cletsa is set up with webpack to bundle the app and to provide a local, developmental server.
Scripts
npm run start(ornpm start): Start the dev server.npm run build: Build a production version of the app.npm run clean: Clean up any builds.