TODO: Include a summary of app functionality and a screenshot
We recommend using PNPM to manage this project. First, start by installing the project
dependencies from inside the project directory app-template-vite.
pnpm installThen, run the development server.
pnpm run startYou 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.
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