Table of Contents
- 🍃 lwc-local-dev-server (LWC Garden)
 - ⚖️ fflib/at4dx install script
 - 💅 
prettier&eslintconfig (feat.githooksto enforcenode_modulesinstall) - 🧪 Jest Testing
 - 📜 helper scripts
 - ⚙️ 
project-scratch-def.jsonconfig for communities, cms and knowledge - ✅ 
.vscode/tasks.jsonMetadata tasks (Ctrl + Shift + B) - 🙈 
.vscode/settings.jsonto hide.xmlfiles and less commonly used metadata. (This can be edited) 
Make sure you have node, pnpm and sfdx installed.
- Go to lukethacoder/sfdx-starter
 - Click "Use this template"
 
The script installs the following packages as a part of the apex-enterprise-patterns.
Run the script with:
node --harmony setup-fflib.mjs e- ORG_ALIASWe use the @lwc-garden/utils package to facilitate local LWC development.
This can be run locally using:
pnpm devRead the LWC Garden Documentation for more information.
All tests can be run using:
pnpm testJest testing uses the @lwc/jest-* packages, not @salesforce/sfdx-lwc-jest.
Distributed under the GNU General Public License v3.0. See LICENSE for more information.
Project Link: https://github.com/lukethacoder/sfdx-starter