Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

deskpro/horizon-vite-app-template

Repository files navigation

Deskpro Horizon App Template

This repository contains a bare-bones template of a React / Typescript Vite app with our apps SDK pre-installed and configured.

Basic Usage

Clone this repository and then re-initialise Git.

git clone git@github.com: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.