https://github.com/jsmithdev/component-land
https://github.com/jsmithdev/component-land
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmithdev/component-land
- Owner: jsmithdev
- Created: 2020-12-05T03:16:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T13:22:23.000Z (over 4 years ago)
- Last Synced: 2025-09-25T11:48:49.628Z (9 months ago)
- Language: JavaScript
- Size: 879 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# component-land
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/modules`](./src/modules) folder. The folder hierarchy also represents the naming structure of the web components.
Find more information on the main repo on [GitHub](https://github.com/muenzpraeger/create-lwc-app).