Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 560 Bytes

File metadata and controls

33 lines (24 loc) · 560 Bytes

Avoca-Platform Angular 2+

Installation

Clone repo

# 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

Config

  • Create Oauth2 from Avoca Platform
  • Go to src/app/config/appConfig.ts
  • Config oauth2 with Avoca-Platform

Usage

# serve with hot reload at localhost:4200.
$ ng serve

# build for production with minification
$ ng build