-
Clone the repository
-
Install node.js
-
Navigate into the frontend directory using the terminal:
cd backend -
Install npm dependencies if this is the first time doing so in the backend:
npm install -
Run the backend:
npm start
-
Open a new terminal
-
Navigate into the frontend directory using the terminal:
cd frontend -
Install npm dependencies if this is the first time:
npm install -
Start the application:
npm start