A React Frontend for ReportIt website
Requirements:
This app requires The ReportIt Backend in order to run. Make sure this is configured and running prior to running this App.
Clone the project
git clone https://github.com/Tfauves/ReportIt.git
Go to the project directory
cd ReportIt
Install dependencies
npm i
Start the server
npm start