You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,9 @@ This sample shows how to create an angular 2 app that:
10
10
11
11
## Running it
12
12
13
-
Just install `node` and run `npm install` and then `npm start`:boom:.
13
+
Clone this repository as well as [the server](https://github.com/auth0/nodejs-jwt-authentication-sample) for this example.
14
+
15
+
First, run the server app in the port `3001`.
16
+
17
+
Then, run `npm install` on this project and run `npm startwatch` to start the app. Then just navigate to [http://localhost:3000](http://localhost:3000):boom:
0 commit comments