Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 636 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 636 Bytes

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