cli/examples/browsersync at main · UI5/cli · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

UI5 CLI Example - Browsersync

This example shows how to use ui5 serve in combination with Browsersync to enable live-reloading during development.

Usage

  1. Install all dependencies
    npm install
  2. Run the server
    npm start
    
  3. Open the Browsersync URL: http://localhost:3000/index.html