Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 634 Bytes

BUG MANAGER FRONTEND

Bug Tracker is an app that aids in tracking bugs, issues, and questions in any app development. It provides a collaborative environment for the team to solve the issues related to the project.

Bug Manager is built Using :

  • React

SETUP

  • First setup the backend and start the backend server.
  • Afterwards clone this repo and navigate to the base directory.
  • Run the following commands to setup the frontend server:
yarn install
yarn start
  • Now go to this link to check if your frontend is setup and running successfully