Skip to content

fpatelm/lwc-app-template

Repository files navigation

LWC Opensource Starter Project

Hi! I have created this Lightning Web Components starter project that can be deployed outside Salesforce, can be deployed in any web server.

Fell free to use this template and create your own custom Lightining App.

This repo contains the SLDS (Salesforce Lightning Design System) and Lignining Web Components, except APIs that are specific to use with Salesforce data. Reference: (lightning-base-components - npm (npmjs.com))

Run the LWC App Development Mode

The source code is located in src. All web components are within the src/modules folder. The folder hierarchy also represents the naming structure of the web components.

npm install
npm run watch

Build the Release App

npm install
nm run build

The generated files will be /dist folder.

Drag Racing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published