Code Repo and Supporting setup
- You will first need to clone down the Sedona-X Client repo from DevOps. (for consistency this should be c:\DevOps\xyz-repo)
https://dev.azure.com/BoldGroup/Sedona-X/_git/Sedona-X%20Client - You will then have to download and install Node JS
https://nodejs.org/en/download/
Right now we are on 14.17.4
Initial Dependencies and Build
- Open a Nodejs command prompt in administrator mode.
- Navigate to the repo
cd c:\DevOps\SedonaXClient - First install angular cli
npm install -g @angular/cli@11.2.15 - Next install all the supporting dependencies
npm install - Once all the project dependencies are installed, we are ready to build.
A "release" build isng build --prod
For development purposes, we will just start the node server so that file changes are automatically built and served up real timeng run start - Once the serve build completes, simply navigate to the url in the browser
http://localhost:4200/