EmmanuelDemey / TrainingAngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:CSS 77.6%Language:JavaScript 22.4%