We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec63515 commit e3d29d6Copy full SHA for e3d29d6
1 file changed
MyApp.Client/src/app/home/getting-started.component.ts
@@ -38,6 +38,9 @@ import { ShellCommandComponent } from './shell-command.component';
38
<shell-command class="mb-2">dotnet tool install -g x</shell-command>
39
<shell-command class="mb-2">x new {{ template }} {{ project }}</shell-command>
40
41
+ <h4 class="py-6 text-center text-xl">In <b class="text-red-700">/{{project}}.Client</b>, Install npm dependencies</h4>
42
+ <shell-command class="mb-2">npm install</shell-command>
43
+
44
<h4 class="py-6 text-center text-xl">In <b class="text-red-700">/{{project}}</b>, Create Database</h4>
45
<shell-command class="mb-2">npm run migrate</shell-command>
46
0 commit comments