This project is a fronted part of the J-PET Console app.
- Clone the repository.
- Install the packages using
npm install
. - To ping the backend, create
.env
file in project directory and defineREACT_APP_API_SOURCE
variable, e.g.:
REACT_APP_API_SOURCE = "http://localhost:8000"
- Run the project using
npm start
.