Skip to content

jkenzer/reddit-lwc

Repository files navigation

Reddit Client using the Lightning Web Components Open Source

Using lighting base components with LWC OSS to create a reddit client. This is just to stay familiar with and see what can be done with LWC OSS.

Using a custom wire adapter based on subrajp's repo

Todo

  • Set default sub-reddit in ENV var
  • Add pagination

How to start?

  • Clone this repo
  • 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 folder. All web components are within the src/client/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' folder.

Find more information on the main repo on GitHub.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages