Browse Source

Update Index.md

pull/12637/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
b424f5af8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/en/Tutorials/Todo/Index.md

8
docs/en/Tutorials/Todo/Index.md

@ -96,13 +96,7 @@ Ensure that the `TodoApp.HttpApi.Host` project is the startup project, then run
You can explore and test your HTTP API with this UI. If it works, we can run the Angular client application.
First, run the following command to restore the NPM packages;
````bash
npm install
````
It will take some time to install all the packages. Then you can run the application using the following command:
You can run the application using the following command:
````bash
npm start

Loading…
Cancel
Save