Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 635 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 635 Bytes

FebJS

Flemming Behrend ######-> https://github.com/teropa/build-your-own-angularjs ###Install instruction

####Clone #####Prerequisite: git is installed. (git --version) git clone https://github.com/FlemmingBehrend/FebJS.git

####Install packages through the node package manager #####Prerequisite: node package manager is installed (npm -v) npm install

####Run #####Prerequisite: node is installed (node -v) startKarma.bat - will start karma and run all test. On changes tests will run again.

runJSHint.bat - will check the javascript code for rules set up in Gruntfile.js