generator-kdp-ui
v0.2.1
Published
KDP Boilerplate UI for use on Kantar apps
Downloads
9
Readme
generator-kdp-ui
KDP Boilerplate UI for use on Kantar apps
Installation
Adding an app to KDP
Click this link to head over to KDP and register a new app.
After filling in your App's name and description, fill in the other fields as so;
URL --> http://localhost:8080/
Redirect URL --> http://localhost:8080/TokenHandler
Once filled in. Choose an app icon and colour and then press the "Create Me" button.
After hitting the create button, you will be directed to your App's KDP Control Panel. Keep this tab open, as you will need to come back to it soon.
Generating your project
First, install Yeoman, generator-kdp-ui, bower and grunt-cli using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-kdp-ui
npm install -g bower
npm install -g grunt-cli
Then generate your new project:
yo kdp-ui
Answer a few questions and then when you're done and everything is installed...
grunt serve
And go to
http://localhost:8080/
Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to learn more about him.
License
ISC © David Dyke