Skip to content

Commit e3d29d6

Browse files
committed
Update getting-started.component.ts
1 parent ec63515 commit e3d29d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

MyApp.Client/src/app/home/getting-started.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ import { ShellCommandComponent } from './shell-command.component';
3838
<shell-command class="mb-2">dotnet tool install -g x</shell-command>
3939
<shell-command class="mb-2">x new {{ template }} {{ project }}</shell-command>
4040
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+
4144
<h4 class="py-6 text-center text-xl">In <b class="text-red-700">/{{project}}</b>, Create Database</h4>
4245
<shell-command class="mb-2">npm run migrate</shell-command>
4346

0 commit comments

Comments
 (0)