https://github.com/pguso/web-components-boilerplate
https://github.com/pguso/web-components-boilerplate
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pguso/web-components-boilerplate
- Owner: pguso
- Created: 2021-06-21T10:21:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T08:36:33.000Z (over 3 years ago)
- Last Synced: 2025-02-21T17:11:49.703Z (over 1 year ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ```