Skip to content

Commit 2f85e96

Browse files
committed
fix: npm start instead of ui5 serve
1 parent 3b7b6e3 commit 2f85e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ex0/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Finally, we will serve the project using ui5.
5454
- In the terminal or command prompt at our project's root directory, run the following command:
5555

5656
```bash
57-
ui5 serve
57+
npm start
5858
```
5959

6060
This command will start a development server for our project. You can access the development server at http://localhost:8080/index.html and check out the running application! 🚀

0 commit comments

Comments
 (0)