Skip to content

patrik1970/lit-element-js-button-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LitElement Simple Component Library

This is an application build with LitElement, Webpack, Javascript, HTML5 and CSS3.

Getting Started

To get started, first install all the necessary dependencies.

> npm install

Run an initial webpack build.

> npm run dev

To view your project, go to: http://localhost:8000/ or http://localhost:8080/

For production

To build a distfolder for production.

> npm run prod