Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidtrigo/conference-app
Build blazing fast enterprise apps with Lightning Web Components.
https://github.com/davidtrigo/conference-app
Last synced: 12 days ago
JSON representation
Build blazing fast enterprise apps with Lightning Web Components.
- Host: GitHub
- URL: https://github.com/davidtrigo/conference-app
- Owner: davidtrigo
- Created: 2021-03-02T22:01:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T23:11:29.000Z (over 3 years ago)
- Last Synced: 2024-08-02T05:21:10.192Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - conference-app - Build blazing fast enterprise apps with Lightning Web Components. (JavaScript)
README
# conference-app
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/client/modules`](./src/modules) folder. The folder hierarchy also represents the naming structure of the web components. The entry file for the custom Express configuration can be found in the ['src/server'](./src/server) folder.
Find more information on the main repo on [GitHub](https://github.com/muenzpraeger/create-lwc-app).
[Build Your First Application with Lightning Web Components Open Source](https://trailhead.salesforce.com/es-MX/content/learn/projects/build-your-first-app-with-lightning-web-components-open-source)