See Trello board https://trello.com/b/UUdUdR6F/wakbone for issues and progress
- npm
- proxy configured for npm -> npm config set proxy http://{proxyserver}:{port}
- Yeoman (bower and grunt) -> npm install -g yo
- Wakanda 6
- Clone the projet on your desktop
- Go to the root folder of the project
- npm install
- bower install
- Open and start solution (TODO)
- grunt karma:continuous build
- Open and start solution (TODO)
- grunt karma:unit watch
Example: url = new RestQuery('http://localhost:8080', 'Person') .select('company') .expand('company') .orderby('age' : 1, 'salary' : 0) .where('age > 10') .url