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

https://github.com/pguso/web-components-boilerplate


https://github.com/pguso/web-components-boilerplate

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Web Components Boilerplate

A basic setup to handle mupltiple native custom web components with webpack. It has sample code on how to handle attributes, global styling etc.

### Setup

- clone repository
- open the console and switch into the root of this repository
- run `yarn` to install the dependencies

### Run dev server

``` yarn start ```

Open http://localhost:8081/ in your browser and start building.

### Build for production use

``` yarn run build ```