Adapt AngularJS tutorial step 0

This commit is contained in:
Adrian 2015-11-24 23:42:20 +01:00
commit ddebf832ee
6 changed files with 54 additions and 0 deletions

3
deploy/.bowerrc Normal file
View file

@ -0,0 +1,3 @@
{
"directory": "../frontend/vendor"
}

8
deploy/bower.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "learn"
, "description": "Learn some stuff"
, "version": "0.0.0"
, "dependencies": {
"angular": "~1.5"
}
}