cletsa

0.0.7 • Public • Published

cletsa (create-lit-element-typescript-app)

npm

Starter kit for making apps with LitElement and TypeScript.

Getting started

npx cletsa app/
cd app/
npm start

Folder structure

app/
  src/
    container.ts
    counter.ts
    index.html
    index.ts
  .gitignore
  package.json
  tsconfig.json
  webpack.config.js

Tooling

cletsa is set up with webpack to bundle the app and to provide a local, developmental server.

Scripts

  • npm run start (or npm start): Start the dev server.
  • npm run build: Build a production version of the app.
  • npm run clean: Clean up any builds.

/cletsa/

    Package Sidebar

    Install

    npm i cletsa

    Weekly Downloads

    7

    Version

    0.0.7

    License

    MIT

    Unpacked Size

    233 kB

    Total Files

    13

    Last publish

    Collaborators

    • andrewthehan