Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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