We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a372dd1 commit 0fffab4Copy full SHA for 0fffab4
generators/client/templates/README.md.jhi.client.ejs
@@ -80,8 +80,8 @@ Run the following commands in two separate terminals to create a blissful develo
80
auto-refreshes when files change on your hard drive.
81
82
```bash
83
-<%= nodePackageManagerCommand %> backend:start
84
-<%= nodePackageManagerCommand %> start
+<%= nodePackageManagerCommand %> run backend:start
+<%= nodePackageManagerCommand %> run start
85
```
86
87
<%= clientPackageMngrName %> is also used to manage CSS and JavaScript dependencies used in this application. You can upgrade dependencies by
0 commit comments