Skip to content

davidconvista/openui5-sample-app

 
 

Repository files navigation

openui5

openui5-sample-app

OpenUI5 sample app using Grunt & Bower

Getting started

  • Install node.js (get it from nodejs.org).

    • If working behind a proxy, you need to configure it properly (HTTP_PROXY / HTTPS_PROXY / NO_PROXY environment variables)
  • Clone the repository and navigate into it

git clone https://github.com/SAP/openui5-sample-app.git
cd openui5-sample-app
  • Install all npm dependencies (also installs all bower dependencies)
npm install
  • Run npm start to lint, build and run a local server (have a look into Gruntfile.js to see all the tasks).
npm start

About

OpenUI5 sample app using Grunt & Bower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.2%
  • HTML 14.6%
  • CSS 1.2%