Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 28adbc1

Browse files
committed
Update readme file
1 parent 9ba431c commit 28adbc1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## angular2-seed
22

3-
A simple starter project demonstrating the basic concepts of Angular 2.
3+
A simple starter project showing how to use [ADAL](https://github.com/AzureAD/azure-activedirectory-library-for-js/) with Angular2
44

55

66
### Usage
@@ -9,6 +9,9 @@ A simple starter project demonstrating the basic concepts of Angular 2.
99
- Make sure you have NPM installed version 3+
1010
- `WINDOWS ONLY` run `npm install -g webpack webpack-dev-server typescript` to install global dependencies
1111
- run `npm install` to install dependencies
12+
- setup your Azure Active Directory and Register your application (https://docs.microsoft.com/en-us/azure/active-directory/active-directory-app-registration)
13+
- update /services/config.service.ts with your Tenant and ClientIDs
1214
- run `npm start` to fire up dev server
13-
- open browser to [`http://localhost:3000`](http://localhost:3000)
14-
- if you want to use other port, open `package.json` file, then change port in `--port 3000` script
15+
- open browser to [`http://localhost:5000`](http://localhost:5000)
16+
- if you want to use other port, open `package.json` file, then change port in `--port 5000` script
17+

0 commit comments

Comments
 (0)