Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 952 Bytes

INSTALL.md

File metadata and controls

33 lines (25 loc) · 952 Bytes

Development

Installation And Configuration

Follow the README

How to run the script locally during development?

The project constains several demo applications that you can test locally on. Each of the applications are importing the refresher.js that is should be running locally.

Follow the steps below:

  • start the refresher.js locally
$ npm run start
  • start the angular-demo project locally
$ npm run angular-demo
  • open the running application on your browser http://127.0.0.1:8080/ and leave it open

  • perform a code change on the application
    for example: change the version text here

  • build the demo application locally

 $ cd demo/angular-demo
 $ npm run build
  • reopen the application tab from earlier and perform a mouse click or tab change (to simulate active user)
  • the notification should now appear