This is the categories component of UI5con 2020 UI5 Routing with Reusable Components. If you wanna use a multi-repository setup, follow the instructions of UI5 Root Component. If you wanna use a mono-repository setup, use UI5con 2020 UI5 Routing with Reusable Components.
You wanna run the reuse component on your machine? Here we go. The following steps will guide you through your local deployment.
- Clone the following repositories to your local machine
- Run
npm installin the shell in directory ui5-categories-component
- Go to folder ui5-categories-component
- Run
npm startto 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