Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ⚡️

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`).
```