Skip to content

Commit 5cf2126

Browse files
Add Tutorial for React, update React, Vue, Angular articles (#13196)
* React, Vue, Angular updates * updates * edits * edits * edits * links added * edits * edits * edits * tweaks * fix warnings * link fix * link updates, formatting fix * pencil edits * remove name from link text * removed name --------- Co-authored-by: Stacyrch140 <[email protected]>
1 parent 998157b commit 5cf2126

15 files changed

+619
-21
lines changed

docs/javascript/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,18 @@
88
items:
99
- name: First look at the Visual Studio IDE
1010
href: quickstart-ide-orientation-js.md
11-
- name: Create a React app
11+
- name: Create a React project
1212
href: tutorial-create-react-app.md
13-
- name: Create an Angular app
13+
- name: Create an Angular project
1414
href: tutorial-create-angular-app.md
15-
- name: Create a Vue.js app
15+
- name: Create a Vue.js project
1616
href: tutorial-create-vue-app.md
1717
- name: Tutorials
1818
items:
1919
- name: Create a Node.js app with Express
2020
href: tutorial-nodejs.md
21+
- name: Create a React app
22+
href: create-react-app.md
2123
- name: Create an ASP.NET Core app with React
2224
href: tutorial-asp-net-core-with-react.md
2325
- name: Create an ASP.NET Core app with Angular

docs/javascript/create-react-app.md

Lines changed: 586 additions & 0 deletions
Large diffs are not rendered by default.

docs/javascript/index.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
author: mikejo5000
1212
ms.author: mikejo
1313
manager: mijacobs
14-
ms.date: 01/23/2023
14+
ms.date: 10/03/2024
1515

1616
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
1717

@@ -39,14 +39,16 @@ landingContent:
3939
linkLists:
4040
- linkListType: quickstart
4141
links:
42-
- text: Create an Angular App
42+
- text: Create an Angular project
4343
url: tutorial-create-angular-app.md
44-
- text: Create a React App
44+
- text: Create a React project
4545
url: tutorial-create-react-app.md
46-
- text: Create a Vue App
46+
- text: Create a Vue project
4747
url: tutorial-create-vue-app.md
4848
- linkListType: tutorial
4949
links:
50+
- text: Create a React app
51+
url: create-react-app.md
5052
- text: Create a web app with Angular and ASP.NET Core
5153
url: tutorial-asp-net-core-with-angular.md
5254
- text: Create a web app with React and ASP.NET Core
7.62 KB
Loading
1.41 MB
Loading
40.4 KB
Loading
27.4 KB
Loading
76.3 KB
Loading
20.9 KB
Loading
26.3 KB
Loading

0 commit comments

Comments
 (0)