Skip to content

achou11/webxdc-app-template

Repository files navigation

Webxdc App Template

Template project for building Webxdc applications

Getting started

Make sure you have the following installed:

Some commonly used scripts:

  • Install deps (usually when initially cloning the repo):

    pnpm install
  • Perform some code checks:

    pnpm run lint # Check formatting and code quality
    pnpm run types # Check types
  • Start the dev server:

    pnpm run vite:dev
  • Start the Webxdc emulator (must have the dev server running already):

    pnpm run webxdc:emulator
  • Build the application for distribution:

    pnpm run vite:build

License

MIT

About

Template project for building Webxdc applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published