Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 565 Bytes

File metadata and controls

29 lines (20 loc) · 565 Bytes

React Flow and Yjs integration

1. Install Backend Dependencies

Navigate to the backend folder and install all required packages:

cd backend
npm install

2. Install Frontend Dependencies

Next, go to the frontend folder and install its dependencies:

cd frontend
npm install

3. Install Root Dependencies and Run the Application

After installing all dependencies for the frontend and backend, go back to the root, install the root-level dependencies, and start the application:

cd ..
npm install
npm run start