Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 802 Bytes

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

Deployment using fly.io

https://helpdesk-support-ticket.fly.dev/

Back-End Repo

https://github.com/uglypow/helpdesk-backend

Setting up

To run this locally please follow the following steps

  1. Clone from github repository
git clone https://github.com/uglypow/helpdesk-frontend.git
  1. run the following command
cd helpdesk-frontend
npm install

npm install might take some time (about 30-60 sec)

  1. Run it
npm run dev

You need to open the server by running helpdesk-backend in order to actually displaying the data