Skip to content

Commit 54e4991

Browse files
Fix angular framework starter guide (#24011)
The command to run to test locally is `npm run start` not `npm run dev`.
1 parent 5df73da commit 54e4991

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/framework-guides/web-apps/more-web-frameworks

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/angular.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cd my-angular-app
3737

3838
After you have created your project, run the following command in the project directory to start a local server. This will allow you to preview your project locally during development.
3939

40-
<PackageManagers type="run" args={"dev"} />
40+
<PackageManagers type="run" args={"start"} />
4141

4242
## 3. Deploy your Project
4343

0 commit comments

Comments
 (0)