In order to run the dev scripts, you need to have watchexec
installed on your system.
If you are using brew package manager, it can be installed with following command:
brew install watchexec
It's not possible to run both backend and frontend in a live development version. There are 2 dev scripts. In order to run backend development script, execute the following script:
sh ./dev-backend.sh
And in order to run frontend development script, execute this script:
sh ./dev-frontend.sh
You can build the project using build.sh
script.
sh ./build.sh