# clone the repo
$ git clone https://github.com/AvocaPlatform/Avoca-Platform-Angular.git
# go into app's directory
$ cd Avoca-Platform-Angular
# install app's dependencies
$ npm install
# if have some error please try
$ yarn install
- Create Oauth2 from Avoca Platform
- Go to src/app/config/appConfig.ts
- Config oauth2 with Avoca-Platform
# serve with hot reload at localhost:4200.
$ ng serve
# build for production with minification
$ ng build