0.2.1 • Published 8 years ago

generator-kdp-ui v0.2.1

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

generator-kdp-ui NPM version Build Status Dependency Status Coverage percentage

KDP Boilerplate UI for use on Kantar apps

Installation

Adding an app to KDP

1) Click this link to head over to KDP and register a new app.

2) 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 

3) Once filled in. Choose an app icon and colour and then press the "Create Me" button.

4) 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

2.0.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago