Skip to content

Commit ebfa5b1

Browse files
author
Rafat Rashid
authored
update readme with IDEs (#2)
* update readme with IDEs * small update
1 parent 3aecc73 commit ebfa5b1

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
Proof of concept Angular 2 app.
33

44
## 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.
119

1210
## Architecture
1311
![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
2018
```
2119
npm run docs
2220
```
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/

0 commit comments

Comments
 (0)