An AngularJS wrapper module for Drop.js
https://github.com/stevenh77/drop-ng
Type bower install drop-ng --save
Install Node.js
Install these NPM packages globally:
npm install -g bower http-server karma karma-cli
- Open terminal at root folder
- Type
npm install
- Type
bower install
Type http-server
and browse to http://localhost:8080/example/simple to run the simple example
Type karma start karma.config.js
Setting up protractor and selenium:
- Install JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
- Type
npm install -g protractor
- Type
webdriver-manager update
- Open new terminal and type
webdriver-manager start
- Open new terminal and type:
http-server
- Open new terminal and type:
protractor protractor.config.js