Browse Source

README

master
Robin Thoni 8 years ago
parent
commit
0e82e98c34
2 changed files with 12 additions and 1 deletions
  1. 0
    1
      README
  2. 12
    0
      README.md

+ 0
- 1
README View File

@@ -1 +0,0 @@
1
-init

+ 12
- 0
README.md View File

@@ -0,0 +1,12 @@
1
+# Starter kit for AngularJS
2
+
3
+Here is an angular material starter kit to use with Luticate (https://git.rthoni.com/luticate/)
4
+
5
+## Usage
6
+```shell
7
+git clone https://git.rthoni.com/robin.thoni/starter-angular
8
+cd starter-angular
9
+git submodule init
10
+git submodule update
11
+bower install
12
+```

Loading…
Cancel
Save