-
Install dependency by running
npm installin both project root directory and/ui-server. -
Navigate to project root directory, and run
npm run dev. This will starts the API and UI dist proxy server on port 8080. -
Navigate to
/ui-serverdirectory, and runnpm start. This will starts the UI server on port 4200. -
Open
localhost:4200on broswer and start dev on it.
-
Navigate to
/ui-serverdirectory, and runng build. This will build lastest UI server output to/ui-server/dist -
Navigate to project root diectory, and run
gcloud app deploy.