Skip to content

VeeTeeDev/jworks-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jworks-registration

An angular webapp with basic testing.

Checkout this app and run:

npm install

but make sure you have webpack and typings installed glabally

npm install -g webpack  
npm install -g typings

Branch setting-up-testing:

package.json:

    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.22",
    "karma-jasmine": "^0.3.8",
    "karma-mocha-reporter": "^2.0.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-typescript-preprocessor": "0.0.21",
    "karma-webpack": "^1.7.0",
    "phantomjs-prebuilt": "^2.1.7"

and

    npm install

or alternative:

    npm install jasmine --save-dev
    ...

Branch adding-karma-script:

Branch adding-basic-test: https://github.com/johnpapa/angular-styleguide

About

An angular webapp with basic testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published