diff --git a/packages/angular/README.md b/packages/angular/README.md index a790668b4b..a4018fe814 100644 --- a/packages/angular/README.md +++ b/packages/angular/README.md @@ -17,7 +17,7 @@ ? Default stylesheet format CSS ``` -## Serving Application +### Serving Application - Run `nx serve myapp` to serve the newly generated application! - Run `nx test myapp` to test it. @@ -29,7 +29,7 @@ You can also use `ng` instead of `nx: - Run `ng test myapp` to test it. - Run `ng e2e myapp-e2e` to run e2e tests for it. -## Adding Angular Plugin Into an Existing Workspace +### Adding Angular Plugin Into an Existing Workspace You can always add the Angular plugin to an existing workspace by installing `@nrwl/angular` and then generating an Angular application, as follows: `ng g @nrwl/angular:app myapp`. diff --git a/packages/express/README.md b/packages/express/README.md index 10f047dd81..ca2dda6110 100644 --- a/packages/express/README.md +++ b/packages/express/README.md @@ -34,7 +34,7 @@ You can also select `empty` and add `@nrwl/express` plugin using yarn or npm, an If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm. -## Serving Application +### Serving Application - Run `nx serve myapp` to serve the newly generated application! - Run `nx test myapp` to test it. diff --git a/packages/nest/README.md b/packages/nest/README.md index 552e00c988..ea09ef9c4e 100644 --- a/packages/nest/README.md +++ b/packages/nest/README.md @@ -21,7 +21,7 @@ You can also select `empty` and add `@nrwl/nest` plugin using yarn or npm, and t If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm. -## Serving Application +### Serving Application - Run `nx serve myapp` to serve the newly generated application! - Run `nx test myapp` to test it. diff --git a/packages/next/README.md b/packages/next/README.md index 8b756452f8..0e5ba4db4e 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -21,7 +21,7 @@ You can also select `empty` and add `@nrwl/next` plugin using yarn or npm, and t If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm. -## Serving Application +### Serving Application - Run `nx serve myapp` to serve the newly generated application! - Run `nx test myapp` to test it. diff --git a/packages/react/README.md b/packages/react/README.md index 6c7e7149a0..03e5e51f0f 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -19,13 +19,13 @@ If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm. -## Serving Application +### Serving Application - Run `nx serve myapp` to serve the newly generated application! - Run `nx test myapp` to test it. - Run `nx e2e myapp-e2e` to run e2e tests for it. -## Adding React Plugin Into an Existing Workspace +### Adding React Plugin Into an Existing Workspace You can always add the React plugin to an existing workspace by installing `@nrwl/react` and then generating an React application, as follows: `nx g @nrwl/react:app myapp`. diff --git a/packages/web/README.md b/packages/web/README.md index 48c3a4e1e2..05b28d69fc 100644 --- a/packages/web/README.md +++ b/packages/web/README.md @@ -18,13 +18,13 @@ Application name myapp ? Default stylesheet format CSS If it's your first Nx project, the command will recommend you to install `@nrwl/cli` globally, so you can invoke `nx` directly without going through yarn or npm. -## Serving Application +### Serving Application - Run `nx serve myapp` to serve the newly generated application! - Run `nx test myapp` to test it. - Run `nx e2e myapp-e2e` to run e2e tests for it. -## Adding Web Plugin Into an Existing Workspace +### Adding Web Plugin Into an Existing Workspace You can always add the web plugin to an existing workspace by installing `@nrwl/web` and then generating a web components application, as follows: `nx g @nrwl/web:app myapp`. diff --git a/packages/workspace/README.md b/packages/workspace/README.md index c38858ef0f..3f8fabc7aa 100644 --- a/packages/workspace/README.md +++ b/packages/workspace/README.md @@ -1,4 +1,4 @@ -

