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
- Host: GitHub
- URL: https://github.com/andreasbm/lit-snowpack-template
- Owner: andreasbm
- Created: 2020-03-22T12:42:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:20:53.000Z (almost 6 years ago)
- Last Synced: 2025-05-22T04:35:36.316Z (12 months ago)
- Language: HTML
- Size: 115 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.