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
{{ message }}
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ See [high level diagram](architecture.png)
35
35
### Web Application Alone
36
36
* From a command prompt, go to the `WebApplication` directory, and run `dotnet build`.
37
37
38
+
## (Optional) Update the npm packages
39
+
* If you are not running the Application for the first time, but rather getting an update, you may need to install npm packages that were added since your last successfull run:
40
+
1. Using command line go to `WebApplication/ClientApp` and run `npm install`. See [Adding npm package](#Add-npm-package-to-project) for more information.
41
+
38
42
## Run The Web Application Without Debugging
39
43
### Clear and load initial data during app launch time
40
44
- Create initial data: from the `WebApplication` directory, run `dotnet run initialize=true`
0 commit comments