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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@ Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) f
10
10
11
11
12
12
## Setup
13
-
To run the project obtain the repo and then:
13
+
To build and run the project using the command line:
14
14
1. Install npm packages with `\src>npm install` in the `src` directory.
15
15
2. Restore nuget packages with `\src>dotnet restore` in the `src` directory.
16
16
3. Create the database with `\src>dotnet ef database update` in the `src` directory.
17
17
4. Run the project with `\src>dotnet run` in the `src` directory.
18
18
5. Point your browser to **http://localhost:5000**.
19
19
20
-
The project can also be run from either Visual Studio 2017 or Visual Studio Code with the IDE handling some of the steps above. If you have issues try running the above from the command line to ensure everything is setup.
20
+
Of course, you can also run it from either Visual Studio 2017 or Visual Studio Code with the IDE handling most of the steps above. If you have issues try running the above from the command line to ensure things are setup properly.
0 commit comments