fpatelm / lwc-app-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 73.8%Language:HTML 21.4%Language:CSS 4.7%