1- ![ Nx] ( https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg )
2- <div style =" text-align : center ;" >
1+ <p style =" text-align : center ;" >
2+ <picture >
3+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4+ <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5+ </picture >
6+ </p >
37
4- # @ nx/angular-rspack
8+ {{links}}
59
6- [ ![ GitHub Actions] ( https://github.com/nrwl/angular-rspack/actions/workflows/ci.yml/badge.svg )] ( https://github.com/nrwl/angular-rspack/actions/workflows/ci.yml )
7- ![ License] ( https://img.shields.io/badge/License-MIT-blue )
8- [ ![ NPM Version] ( https://img.shields.io/npm/v/%40ng-rspack%2Fbuild?label=%40nx%2Fangular-rspack )] ( https://www.npmjs.com/package/@ng-rspack/build )
10+ <hr >
911
10- </ div >
12+ # Nx: Smart Repos · Fast Builds
1113
12- < hr >
14+ An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
1315
14- # Build Angular with Rspack
16+
17+ ## Build Angular with Rspack
1518
1619The goal of ` @nx/angular-rspack ` is to make easy and straightforward to build Angular applications with [ rspack] ( https://rspack.dev ) .
1720
18- ## Getting Started
21+ ### Getting Started
1922
20- ### Step 1: Create a new Nx Workspace with Angular Rspack Application
23+ #### Step 1: Create a new Nx Workspace with Angular Rspack Application
2124
2225``` bash
2326npx create-nx-workspace myorg
@@ -36,21 +39,9 @@ NX Let's create a new workspace [[https://nx.dev/getting-started/intro](https:
3639NX Creating your v20.8.0 workspace.
3740```
3841
39- ### Step 2: Run Build and Serve commands
42+ #### Step 2: Run Build and Serve commands
4043
4144```bash
4245npx nx build myorg
4346npx nx serve myorg
4447```
45-
46-
47- ## Documentation and Resources
48-
49- - [Read the Angular Rspack Documentation](https://nx.dev/recipes/angular/rspack/introduction)
50- - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
51- - [Intro to Nx](https://nx.dev/getting-started/intro)
52- - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
53- - [Blog Posts About Nx](https://nx.dev/blog)
54-
55- <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
56- width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
0 commit comments