The main page of back-end can also display the same page as this does. The purpose of this repository is only to editing and testing the front-end. So It is not necessary to run both back-end and front-end at the same time
https://helpdesk-support-ticket.fly.dev/
https://github.com/uglypow/helpdesk-backend
To run this locally please follow the following steps
- Clone from github repository
git clone https://github.com/uglypow/helpdesk-frontend.git
- run the following command
cd helpdesk-frontend
npm install
npm install might take some time (about 30-60 sec)
- Run it
npm run dev
You need to open the server by running helpdesk-backend in order to actually displaying the data