Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 329 Bytes

File metadata and controls

11 lines (9 loc) · 329 Bytes

AzureFunctions.Client

cd AzureFunctions.Client
npm install
bower install
npm start

In boot.ts change between FunctionsService and MockFunctionsService for back end testing vs UI testing. Note: While using MockFunctionsService the site is read only because there is no real API backend to persist changes.