An open API service indexing awesome lists of open source software.

https://github.com/turekbot/lwce-router-test


https://github.com/turekbot/lwce-router-test

Last synced: 11 months ago
JSON representation

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).