Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmdartus/lwc-slds

LWC standalone + SLDS example
https://github.com/pmdartus/lwc-slds

Last synced: 28 days ago
JSON representation

LWC standalone + SLDS example

Awesome Lists containing this project

README

        

# lwc-slds

Here will be some information about the app.

## How to start?

Start simple by running `yarn watch` (or `npm run watch`, if you set up the project with `npm`). This will start the project with a local development server.

The source files are located in the [`src`](./src) folder. All web components are within the [`src/modules`](./src/modules) folder. The folder hierarchy also represents the naming structure of the web components.

Find more information on the main repo on [GitHub](https://github.com/muenzpraeger/lwc-create-app).