An open API service indexing awesome lists of open source software.

https://github.com/andreasbm/lit-snowpack-template

A simple template for getting started with lit-element and snowpack
https://github.com/andreasbm/lit-snowpack-template

Last synced: 9 months ago
JSON representation

A simple template for getting started with lit-element and snowpack

Awesome Lists containing this project

README

          

# lit-snowpack-template

A simple template for getting started with lit-element and snowpack.

## Usage

### Step 1: Install dependencies

Run `npm i` to install the dependencies.

### Step 2: Run the application

Run `npm run s` to spin up the dev server.

### Step 3: Build the application

When you are ready, run `npm run b` to build the code for production.

## Technology

* [`lit-element`](https://lit-element.polymer-project.org) for creating components.
* [`snowpack`](https://www.snowpack.dev) for dev server and bundling.