This example shows how to use ui5 serve in combination with Browsersync to enable live-reloading during development.
- Install all dependencies
npm install
- Run the server
npm start - Open the Browsersync URL: http://localhost:3000/index.html
This example shows how to use ui5 serve in combination with Browsersync to enable live-reloading during development.
npm installnpm start