Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 91298b6

Browse files
Auto bower install and README
1 parent c192cfd commit 91298b6

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
# NewAge
1+
# ngNewAge
22

3-
An Angular 2 app landing page theme
3+
An Angular 2 app landing page theme from [StartBootstrap](https://startbootstrap.com) collection
44

55
<br>
66

77
New Age is a Bootstrap app landing page theme to help you beautifully showcase your web app or anything else! This theme features a bold, colorful design with various content sections that will be an excellent boilerplate for yoru next Bootstrap based project!
88

9-
__[Live preview on Heroku](https://startbootstrap-new-age.herokuapp.com)__
9+
__[Live preview on Heroku](https://startbootstrap-new-age.herokuapp.com)__
1010

1111
<br>
1212

1313
<a href="https://startbootstrap-new-age.herokuapp.com"><img alt="Live preview" src="https://github.com/krzysiekpiasecki/ngNewAge/blob/master/src/assets/img/preview.png" /></a>
1414

1515
<br>
1616

17-
#### Links
18-
[StartBootstrap templates](https://startbootstrap.com) | [New to Angular?](https://angularjs.org)
17+
18+
### Quick start
19+
20+
```bash
21+
$ git clone https://github.com/krzysiekpiasecki/ngNewAge.git
22+
$ npm install
23+
$ ng serve
24+
25+
Go to: http://localhost:4200
26+
```

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"lint": "tslint \"src/**/*.ts\"",
1010
"test": "ng test",
1111
"pree2e": "webdriver-manager update --standalone false --gecko false",
12-
"e2e": "protractor"
12+
"e2e": "protractor",
13+
"postinstall": "./node_modules/bower/bin/bower install"
1314
},
1415
"private": true,
1516
"dependencies": {
@@ -44,6 +45,7 @@
4445
"protractor": "~4.0.13",
4546
"ts-node": "1.2.1",
4647
"tslint": "^4.0.2",
47-
"typescript": "~2.0.3"
48+
"typescript": "~2.0.3",
49+
"bower": "^1.8.0"
4850
}
4951
}

0 commit comments

Comments
 (0)