/article-library-app

Personal article content library - AngularJS 1.5.8, Semantic UI, Gulp

Primary LanguageJavaScript

Quickstart

Install required dependencies

bower install
npm install

Watching (Dev)

  • Run a localhost server listen on port 9000: gulp serve

Building (Prod)

  • Concat all html, js and css files and minify them to the dist directory: gulp build

Testing

  • Install the drivers: node_modules/gulp-protractor/node_modules/protractor/bin/webdriver-manager update
  • Run the server via terminal: gulp serve
  • Start a standalone webdriver instance: gulp webdriver
  • Run the e2e tests: gulp e2e
  • For unit tests: npm test

Technologies

  • AngularJS 1.5.8
  • Semantic UI
  • Gulp
  • Mocha/Chai/Protractor