This repository contains a bare-bones template of a React / Typescript Vite app with our apps SDK pre-installed and configured.
Clone this repository and then re-initialise Git.
git clone [email protected]:deskpro/horizon-vite-app-template.git
cd horizon-vite-app-template
rm -rf .git
git init
We recommend using Yarn to manage this project. First, start by installing the project
dependencies from inside the project directory horizon-vite-app-template
.
yarn install
Then, run the development server.
yarn start
You should now be able to view the bare-bones app in your browser.
For more information about building your app, please refer to our app development guide.