Skip to content

Commit 5e9b2c6

Browse files
committed
Documentation tidy
1 parent 1bcca33 commit 5e9b2c6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Readme.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ This is a sample that shows how you can add authentication to an Angular2 app us
44

55
## Using it
66

7-
Clone this repository as well as [the server](https://github.com/auth0/nodejs-jwt-authentication-sample) for this example.
8-
9-
First, run the server app in the port `3001` with `PORT=3001 node server.js`.
10-
11-
Then, run `npm install` on this project and run `npm start` to start the app. Then just navigate to [http://localhost:3000](http://localhost:3000)
12-
7+
This demo relies on a server, we've created a [authentication server demo](https://github.com/auth0/nodejs-jwt-authentication-sample) to get you started. You'll need to clone it, run `npm install` then `npm start`. It will run a local server on port 3000.
138

9+
Then, you can run `npm install` and `npm start` on this project. Navigate to [http://localhost:3000](http://localhost:3000).
1410

1511

1612
## License

0 commit comments

Comments
 (0)