Skip to content

Template for Deskpro apps built with Vite

License

Notifications You must be signed in to change notification settings

JakeBiddell/app-template-vite

 
 

Repository files navigation

My App

TODO: Include a summary of app functionality and a screenshot

Basic Usage

We recommend using PNPM to manage this project. First, start by installing the project dependencies from inside the project directory app-template-vite.

pnpm install

Then, run the development server.

pnpm run start

You should now be able to view the bare-bones app in your browser.

For more information or to start developing an app, please take a look at our developer guides.

Testing

We've included jest to run your tests. It will look anywhere in /src for test suite files ending in .test.tsx.

You can run all tests using:

pnpm run test

About

Template for Deskpro apps built with Vite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.5%
  • JavaScript 39.7%
  • HTML 4.4%
  • CSS 0.4%