Andrew's Webxdc app template

Hello all! I’m planning to get more involved with building out some Webxdc apps and decided to build a mildly opinionated project repo for faster iteration and better consistency. It’s mostly opinionated about the tooling (informed by my experience building various kinds of apps) but I plan to keep it agnostic when it comes to how you want to actually write the app code. You might like this if you like:

  • Vite
  • pnpm
  • enforced formatting and code linting
  • types-guided (but not forcefully driven)

Feel free to use it or provide input! Or don’t - this is mostly for myself anyways :smile:

(The app that’s implemented in the template is an adaptation of the hello example)

4 Likes

Somehow I completely forgot about the existence of GitHub - webxdc/webxdc-vite: A minimalist Vite template for Webxdc development, which is probably a better general base than what I currently have :sweat_smile: Still more to come for my template though!

1 Like