https://github.com/turekbot/lwce-router-test
https://github.com/turekbot/lwce-router-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turekbot/lwce-router-test
- Owner: TurekBot
- Created: 2021-09-29T19:08:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T20:42:47.000Z (over 4 years ago)
- Last Synced: 2025-04-09T19:54:21.166Z (about 1 year ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# router-test
This is an Minimal, Reproducible Example of how to use [@lwce/router] in a [create-lwc-app] project.
I carefully followed [this video] in my attempt.
Open issue: https://github.com/LWC-Essentials/router/issues/26
[this video]: https://www.youtube.com/watch?v=e-oNJ5oFhgs
[@lwce/router]: https://github.com/LWC-Essentials/router
[create-lwc-app]: https://github.com/muenzpraeger/create-lwc-app
## How to start?
Start by running `npm install`.
Then run `npm run watch`.
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).