Runs as a standalone API as well as a web app with a UI.
- Use
npm run start
in the root directory of the project.
-
In the
web
folder of the project- Run
npm run build-client-dev
. This will start the build process. Leave this running.
- Run
-
In another terminal (also in
web
folder):- Run
npm run start
- Navigate to
localhost:8080
- you should see the UI
- Run