-
Notifications
You must be signed in to change notification settings - Fork 2
Working with the frontend and backend at the same time for development
gilpanal edited this page Oct 23, 2025
·
6 revisions
git submodule update --init --recursiveIf you are running the project locally for the first time then clone the repository including git submodules
git clone --depth=1 --recurse-submodules --remote-submodules https://github.com/idsinge/hiaudio_backend.git
cd hiaudio_backendSet to True
DEV_FRONTEND = True # default FalseMore info: https://nodejs.org/en/download
In a different termimal inside the backend directory run the following commands:
cd hiaudio_webapp
npm i
npm run devgit submodule update --recursive --remote --merge