Skip to content

Commit 6342515

Browse files
authored
Update README.md
1 parent 01058c4 commit 6342515

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) f
33

44
## Development Environment
55
Sql Server Express 2017 & Sql Server Management Studio 2017
6-
Runs in both Visual Studio 2017 and Visual Studio Code
7-
Node 8.9.4 and NPM 5.6.0
6+
Runs in both Visual Studio 2017 & Visual Studio Code
7+
Node 8.9.4 & NPM 5.6.0
88
.NET Core 2.0 sdk
9-
Angular v5.2.1
9+
Angular CLI -> `npm install -g @angular/cli` https://github.com/angular/angular-cli
10+
1011

1112
## Setup
12-
To run the project:
13-
- From the `src` directory
13+
To run the project obtain the repo and then:
14+
1. Install npm packages by running `\src>npm install` in the `src` directory.
15+
2. Restore nuget packages by running `\src>dotnet restore` in the `src` directory.
16+
3. Create the database using existing migrations by running `\src>dotnet ef database update` in the `src` directory.
17+
4. Run the project by running `\src>dotnet run` in the `src` directory.
18+
5. Point your browser to **http://localhost:5000**.
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 but if you have issues try running the above from the command line to ensure everything is setup.
21+
1422

15-
## Troubleshooting
16-
- Running `dotnet ef database update' results in **No executable found matching command "dotnet-ef"**.

0 commit comments

Comments
 (0)