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.
- Host: GitHub
- URL: https://github.com/nugine/tlw-starter
- Owner: Nugine
- Created: 2019-02-18T16:18:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-18T16:18:34.000Z (over 7 years ago)
- Last Synced: 2025-02-14T11:34:46.243Z (over 1 year ago)
- Topics: lit-element, typescript, webcomponents, webpack
- Language: HTML
- Homepage:
- Size: 69.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]()