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

https://github.com/baseplate-admin/lit-webpack-starter


https://github.com/baseplate-admin/lit-webpack-starter

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# LitElement + TypeScript + Webpack Starter

A minimal starter project for building LitElement web components using TypeScript, Babel, and Webpack — with decorators support and proper config.

---

## Features

- LitElement with TypeScript and decorators
- Babel configured for legacy decorators + class properties (loose mode)
- Webpack 5 for bundling & dev server
- CSS support with style-loader and css-loader
- Simple development server with hot reload
- Custom Babel plugin to minify the html literals

---

## Getting Started

### Prerequisites

- Node.js (v24 or later recommended)
- npm

### Installation

```bash
npm install
```

### Dev server

```bash
npm run start
```