Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22e0424

Browse files
committed
Updated readme
1 parent 0817fc2 commit 22e0424

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

‎README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
# App Auth React
22

3-
[App-Auth JS](https://github.com/openid/AppAuth-JS) integration with the Angular App.
3+
[App-Auth JS](https://github.com/openid/AppAuth-JS) integration with the React App.
44
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
55

66
## Prerequisites
77

88
1. Node JS >= 10.x.x
9-
2. @angular/cli >= 8.3.21
109
3. Auth0 client - Currently for I am using auth0.com as a OP Server. Demo should work with every OP Provider.
1110

1211
## Configuration
1312

14-
Use `environment.ts` to set OP Client configuration.
13+
Use `environment.js` to set OP Client configuration.
1514

16-
## Available Scripts
15+
## Start
1716

18-
In the project directory, you can run:
17+
1. Install Dependencies
1918

20-
### `npm start`
19+
```
20+
npm install
21+
```
2122

22-
Runs the app in the development mode.<br />
23-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
23+
2. Start Application
24+
25+
```
26+
npm start
27+
```
2428

25-
The page will reload if you make edits.<br />
26-
You will also see any lint errors in the console.
29+
Runs the app in the development mode.<br />
30+
Open [http://localhost:4200](http://localhost:4200) to view it in the browser.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /