File tree 1 file changed +9
-6
lines changed 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 2
2
Proof of concept Angular 2 app.
3
3
4
4
## Installation
5
- 1 . Install nodejs and npm, if you haven't already. Link: https://nodejs.org/en/download/
6
- 2 . * (Optional)* Recommended IDE is Atom. Link: https://atom.io/
7
- 3 . * (Optional)* Also install Atom's TypeScript package. Link: https://atom.io/packages/atom-typescript
8
- 4 . Clone the repo (or download the .zip) onto your local machine.
9
- 5 . Run ` npm install ` under the parent project directory.
10
- 6 . Run ` npm start ` to start up the application.
5
+ 1 . Install nodejs and npm, if you haven't already: https://nodejs.org/en/download/ .
6
+ 2 . Clone the repo (or download the .zip) onto your local machine.
7
+ 3 . Run ` npm install ` under the parent project directory.
8
+ 4 . Run ` npm start ` to start up the application.
11
9
12
10
## Architecture
13
11
![ App Architecture] ( https://raw.github.com/EnemyUnited/angular2app/master/resources/arch.png )
@@ -20,3 +18,8 @@ Angular documentation is generated using https://compodoc.github.io/compodoc/. G
20
18
```
21
19
npm run docs
22
20
```
21
+
22
+ ## Recommended IDEs
23
+ - Atom: https://atom.io/
24
+ - And install Atom's TypeScript package: https://atom.io/packages/atom-typescript
25
+ - Visual Code: https://code.visualstudio.com/
You can’t perform that action at this time.
0 commit comments