To run,
Install dependencies
npm install
Run the backend server here
npm run local:watch
Finally start the frontend with
npm run dev
To run,
Install dependencies
npm install
Run the backend server here
npm run local:watch
Finally start the frontend with
npm run dev