To run the Query Profiler Frontend locally:
-
Navigate to the project directory:
cd query-profiler-frontend -
Install dependencies:
npm install
-
Start the development server:
npm start
This will launch the app in your browser at http://localhost:3000.
-
Run tests (optional):
npm test