LWC development doesn't need to be slow and painful.
Build your Lightning Web Components locally.
View Documentation
Β·
Report Bug
Β·
Request Feature
Table of Contents
LWC Garden aims to be a replacement for the official Salesforce @salesforce/lwc-dev-server
, which has not received an update since 2021.
LWC Garden brings an array of new features and customisation so you can develop how you want to, locally.
- π Local First Development (feat. Speedy HMR)
- π§ͺ Mock Anything (Apex, OmniScript, 3rd Party Packages and on-platform imports)
- π₯§
<slot/>
Placeholders - π SLDS Support OOTB
- βοΈ API Editor via Storybook-like
argTypes
- π¨ Custom Theming API
- βοΈ Config as much or as little as your like
Make sure you have node
, pnpm
and sfdx
installed as well as a lwc.config.json
file.
pnpm add @lwc-garden/core
npx @lwc-garden/core dev
For more information, check out the Official Documentation.
Only the @lwc-garden/core
package should be published to npm (for now).
pnpm publish --filter @lwc-garden/core --access public
Distributed under the GNU General Public License v3.0. See LICENSE for more information.
Project Link: https://github.com/lukethacoder/lwc-garden