Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmdartus/lwc-slds
- Owner: pmdartus
- Created: 2019-08-01T08:14:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T13:26:44.000Z (almost 4 years ago)
- Last Synced: 2024-10-18T19:01:13.925Z (28 days ago)
- Language: JavaScript
- Size: 354 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).