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

https://github.com/nugine/tlw-starter

A hello-world project using TypeScript, LitElement and webpack.
https://github.com/nugine/tlw-starter

lit-element typescript webcomponents webpack

Last synced: 2 months ago
JSON representation

A hello-world project using TypeScript, LitElement and webpack.

Awesome Lists containing this project

README

          

# tlw-starter

A hello-world project using **TypeScript**, **LitElement** and **webpack**.

## Setup

```
git clone https://github.com/Nugine/tlw-starter
cd tlw-starter
npm install
```

## Run

```
npm run build:dev
npm run start:build
```

## Reference

[http://www.typescriptlang.org/]()

[https://lit-element.polymer-project.org/guide/start]()

[https://open-wc.org/building/building-webpack.html#manual-setup]()