blackbaud-bobbyearl-angular-builders
v0.0.1-alpha.7
Published
## Installation
Downloads
2
Readme
@skyux-sdk/angular-builders
Installation
ng add blackbaud-bobbyearl-angular-builders
Local setup
- Build with
npm run build
- Create a new Angular SPA with
ng new
. - Open
angular.json
and:- Replace the "build" architect builder with
../skyux-sdk-angular-builders/dist:browser
. - Replace the "serve" architect builder with
../skyux-sdk-angular-builders/dist:dev-server
.
- Replace the "build" architect builder with
- Run
ng serve
.