Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cardoso/lwc-playground
Created with StackBlitz ⚡️
https://github.com/cardoso/lwc-playground
Last synced: about 9 hours ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/cardoso/lwc-playground
- Owner: cardoso
- Created: 2024-07-10T10:31:31.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T07:32:16.000Z (4 months ago)
- Last Synced: 2024-07-18T09:37:17.810Z (4 months ago)
- Language: CSS
- Homepage: https://stackblitz.com/edit/salesforce-lwc-2sus7q
- Size: 5.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LWC playground
The simplest LWC setup for simple experiments and bug reproductions.
```sh
$ npm run dev # Get app server running
$ npm run build # Build app in production mode
$ npx serve # Serve the app (after running `npm run build`).
```