Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmdartus/lwc-barebone
The most barebone LWC setup for simple experiments and bug reproductions
https://github.com/pmdartus/lwc-barebone
Last synced: 8 days ago
JSON representation
The most barebone LWC setup for simple experiments and bug reproductions
- Host: GitHub
- URL: https://github.com/pmdartus/lwc-barebone
- Owner: pmdartus
- Created: 2021-04-08T14:06:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T14:18:51.000Z (over 2 years ago)
- Last Synced: 2024-10-18T19:01:15.478Z (28 days ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LWC barebone
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/fork/github/pmdartus/lwc-barebone?file=src/main.js)
The most barebone LWC setup for simple experiments and bug reproductions.
```sh
$ npm run dev # Get app server running
$ npm run build # Build app in production mode
```