Skip to content

tuhingupta/conFusion

Repository files navigation

conFusion

Sample application built using

  • JavaScript
  • Angular.js - scope, filters, directives, routes, controllers, services, factory, config
  • Express.js
  • Jasmine framework
  • karma cli
  • Protractor end to end testing framework
  • PhantomJS
  • ngMock
  • Bootstrap
  • HTML5
  • Gulp
  • Grunt (config also available)
  • Bower
  • Node.js
  • json-server

##How to run the application

##Run json-server to serve application and json data

json-server is a simple server to server application static js, html, css files. It is also used to server json data for read/write.

*go to json-server folder*

$ json-server --watch db.json

##Run Karma tests

*go to test folder*

$ karma start karma.conf.js

##Run Protractor tests

*go to test folder*

$ protractor protractor.conf.js

About

angular.js, Jasmine, karma, protractor, bootstrap and gulp web application - web application

Resources

Stars

Watchers

Forks

Packages

No packages published