- Install NVM (Node Version Manager)
- Github Repo here - Install Guide
- Install NodeJS v12 or later using nvm
- Install Typescript
- Install Angular CLI
npm install -g @angular/cli
All software development depencies should be completed by now.
- Install Visual Studio Code and based on files opened within vscode install the recommended vscode extentions
cd opena3xx.configurator.admin
npm install
ng serve
For more detailed application dependencies refer to package.json.