This is the mono-repository setup of UI5con 2020 UI5 Routing with Reusable Components. If you wanna use a multi-repository setup, follow the instructions of UI5 Root Component.
Just visit the live demo to play with the application.
You wanna run the demo application on your machine? Here we go. The following steps will guide you through your local deployment.
- Run
npm i
in the shell
- Go to folder RootComponent
- Run
npm start
to serve the application
Run npm run test
to execute the test suite
Run npm run build
to build a bundle
Run npm run serve
to host a local webserver with the built application