Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 408 Bytes

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.