Skip to content
 
 

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrainingAngularJS

This repo contains the Lab project for the AngularJS Training. for more details, have a look at http://got5.github.io/TrainingAngularJS

To install this application

Install a follow components

Use "sudo" to build with Mac and Linux

install Node.js

http://nodejs.org/

Configure NPM proxy

npm config set proxy http://[proxy]:[PORT]
npm config set https-proxy http://[proxy]:[PORT]

install Bower

npm install -g bower

install bower lib

bower install

Install Karma

npm install -g karma-cli
npm install -g karma
npm install -g karma-chrome-launcher
npm install -g karma-jasmine

To execute test

Execute Unit Tests

launch tests

cd test
karma start karma.conf.js

Can also be launched with a grunt task

grunt test:unit

To execute application

Launch server

 node server

Application is now running in :

localhost:3000

Online exercices

Here are the solutions for the different online exercice :

links

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages