Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 602 Bytes

File metadata and controls

29 lines (21 loc) · 602 Bytes

Getting Started with the Data Extraction

This project was bootstrapped with Create React App.

How to run

In the same folder you have to clone two repositories:

Backend

git clone https://github.com/lollobeach/BlockchainProcessMining_backend.git

Frontend

git clone https://github.com/lollobeach/BlockchainProcessMining_frontend.git

Then, in both projects run:

npm install

And in BlockchainProcessMining_frontend run:

npm run start

This script will execute Express backend and React frontend together.