From da8a41ff8be61efd28387d8c50c1e7f9c2eb915b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:51:10 +0200 Subject: [PATCH] Add "run" --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 263f6a737..6d31b96ba 100644 --- a/README.md +++ b/README.md @@ -171,15 +171,15 @@ Run `npm run watch:server` and click _Debug API_ in [Visual Studio Code](https:/ #### Serve -Run `npm start:server` +Run `npm run start:server` ### Start Client -Run `npm start:client` and open https://localhost:4200/en in your browser +Run `npm run start:client` and open https://localhost:4200/en in your browser ### Start _Storybook_ -Run `npm start:storybook` +Run `npm run start:storybook` ### Migrate Database