In order to be able to run SAP Fiori Administration Console, NodeJS and Bower required to be installed.
Change working directory to AdminConsole (where package.json and bower.json are located) and perform the following steps:
- Run
npm installto install NodeJS dependencies (ExpressJS, Jade, Stylus, etc.) - Run
bower installto install client-side dependencies (OpenUI5)
- Run
node app.js - Open browser with url
http:\\localhost:3000