You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/shared/getting-started/intro.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ If instead you want to jump right into it, run the following command. It will gu
22
22
{% /tab %}
23
23
{% /tabs %}
24
24
25
-
You can use Nx to quickly scaffold a new standalone project or even an entire monorepo. It can be incrementally adopted and will grow with your project as it scales.
25
+
You can use Nx to quickly scaffold a new project or even an entire monorepo. It can be incrementally adopted and will grow with your project as it scales.
{% title-card title="Choose a Stack" url="#learn-about-nx-and-your-favorite-stack" /%}
31
+
{% title-card title="Add to an Existing Project" url="#http://localhost:4200/getting-started/intro#adding-nx-to-an-existing-project" /%}
32
32
33
33
{% /cards %}
34
34
35
-
## Start a New Monorepo
35
+
## Get Started with the Basics
36
36
37
37
Its modular architecture lets you adopt Nx for package-based monorepos in combination with NPM, Yarn or PNPM, or create a fully integrated monorepo using Nx plugins. Learn more with the tutorials below.
38
38
@@ -56,39 +56,39 @@ Get a pre-configured setup. Nx configures your favorite frameworks and lets you
56
56
57
57
{% /cards %}
58
58
59
-
## Start a New Standalone Project
59
+
## Learn About Nx and Your Favorite Stack
60
60
61
-
Nx works well not just for monorepos. Nx plugins help you scaffold new standalone projects with pre-configured tooling and modularize your codebase with local libraries.
61
+
Nx works well not just for monorepos. Nx plugins help you scaffold new projects with pre-configured tooling and modularize your codebase with local libraries.
62
62
63
63
{% cards cols="3" %}
64
64
65
-
{% persona type="react" title="Create a Standalone React app" url="/getting-started/tutorials/react-standalone-tutorial" %}
65
+
{% persona type="react" title="Create a React app" url="/getting-started/tutorials/react-standalone-tutorial" %}
66
66
67
67
A modern React setup with built-in support for Vite, ESLint, Cypress, and more. Think CRA but modern, always up-to-date and scalable.
68
68
69
-
-[Create a Standalone React app](/getting-started/tutorials/react-standalone-tutorial)
69
+
-[Create a React app](/getting-started/tutorials/react-standalone-tutorial)
70
70
71
71
{% /persona %}
72
72
73
-
{% persona type="angular" title="Create a Standalone Angular app" url="/getting-started/tutorials/angular-standalone-tutorial" %}
73
+
{% persona type="angular" title="Create an Angular app" url="/getting-started/tutorials/angular-standalone-tutorial" %}
74
74
75
75
A modern Angular development experience powered by advanced generators and integrations with modern tooling.
76
76
77
-
-[Create a Standalone Angular app](/getting-started/tutorials/angular-standalone-tutorial)
77
+
-[Create an Angular app](/getting-started/tutorials/angular-standalone-tutorial)
78
78
79
79
{% /persona %}
80
80
81
-
{% persona type="node" title="Create a Standalone Node server" url="/getting-started/tutorials/node-server-tutorial" %}
81
+
{% persona type="node" title="Create a Node server" url="/getting-started/tutorials/node-server-tutorial" %}
82
82
83
83
A modern Node server with scaffolding for Express, Fastify or Koa. There's also Docker support built-in.
84
84
85
-
-[Create a Standalone Node server](/getting-started/tutorials/node-server-tutorial)
85
+
-[Create a Node server](/getting-started/tutorials/node-server-tutorial)
86
86
87
87
{% /persona %}
88
88
89
89
{% /cards %}
90
90
91
-
## Adding Nx to an Existing Project or Monorepo
91
+
## Adding Nx to an Existing Project
92
92
93
93
If you have an existing project and want to adopt Nx or migrate to Nx just run the following command which guides you through the migration process:
94
94
@@ -103,7 +103,7 @@ Add Nx to your existing NPM/YARN/PNPM workspace
103
103
{% /persona %}
104
104
105
105
{% persona title="Add to any Project" type="extend" url="/recipes/adopting-nx/adding-to-existing-project" %}
106
-
Add Nx to a standalone project
106
+
Add Nx to a project
107
107
{% /persona %}
108
108
109
109
{% persona title="Migrate from CRA" type="react" url="/recipes/adopting-nx/migration-cra" %}
0 commit comments