Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 400 Bytes

File metadata and controls

19 lines (13 loc) · 400 Bytes

Getting Started Guide:

This code example installs OpenLogic AngularJS packages for JavaScript.

1. Install dependencies

Run the following command in the root of the npm-install-scoped-js examples folder in your terminal:

npm install

2. Build and run the application

npm run build
npm run serve

You can now access this example at localhost:8080 in your web browser.