PolymerX / lit-loader-example

Example repository to show how the lit-loader works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lit-loader-example

Example repository to show how the lit-loader works

Features

Clone and install

First clone the repository:

$ git clone https://github.com/PolymerX/lit-loader-example

Install dependencies:

$ yarn // or npm install

Build and run

Build using webpack:

$ yarn build

Run http-server on dist folder. Server available at http://localhost:8080

$ yarn start

License

MIT © LasaleFamine

About

Example repository to show how the lit-loader works.

License:MIT License


Languages

Language:JavaScript 78.9%Language:HTML 18.9%Language:CSS 2.2%