sample-app
OpenUI5 Sample App
File Explorer
Download Latest Version (.zip)- deploy.yml
- github-ci.yml
- reuse-compliance.yml
- Apache-2.0.txt
- App.controller.js
- styles.css
- i18n.properties
- i18n_de.properties
- i18n_en.properties
- logo_ui5.png
- todoitems.json
- Startup.js
- App.js
- FilterJourney.js
- opaTests.qunit.js
- SearchJourney.js
- TodoListJourney.js
- App.controller.js
- unitTests.qunit.js
- Test.qunit.html
- testsuite.qunit.html
- testsuite.qunit.js
- Helper.js
- App.view.xml
- Component.js
- index.html
- manifest.json
- .editorconfig
- .gitignore
- .npmrc
- CONTRIBUTING.md
- eslint.config.mjs
- LICENSE.txt
- package-lock.json
- package.json
- README.md
- renovate.json
- REUSE.toml
- ui5.yaml
# Installation Guide
1. Get the code
git clone https://github.com/UI5/sample-app
Downloads the entire project code from GitHub to your computer.
cd sample-app
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run lint
Type this command into your terminal and run it.
npm run test-runner
Type this command into your terminal and run it.
npm test
Type this command into your terminal and run it.
npm run serve-dist
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
