JPETTomography / j-pet-console-fe

Apache License 2.0
0 stars 0 forks source link

J-PET Console - frontend

This project is a fronted part of the J-PET Console app.

How to run the project?

  1. Clone the repository.
  2. Install the packages using npm install.
  3. To ping the backend, create .env file in project directory and define REACT_APP_API_SOURCE variable, e.g.:
REACT_APP_API_SOURCE = "http://localhost:8000"
  1. Run the project using npm start.