29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
# Getting Started
|
|
|
|
Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Angular applications with fully integrated support for modern libraries like Jest, Cypress, ESLint, NgRx, and more.
|
|
|
|
## 10-Minute Nx Overview
|
|
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/cXOkmOy-8dk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
## Create Nx Workspace
|
|
|
|
Creating an Nx workspace is easy. Run the following command to set up an Nx workspace with an Angular app in it.
|
|
|
|
```bash
|
|
npx create-nx-workspace --preset=angular
|
|
```
|
|
|
|
## Learn Nx Fundamentals
|
|
|
|
- [Interactive Nx Tutorial (with videos)](/{{framework}}/tutorial/01-create-application)
|
|
- [Free Nx Course on YouTube](https://www.youtube.com/watch?time_continue=49&v=2mYLe9Kp9VM&feature=emb_logo)
|
|
- [45-Minute Walkthrough on YouTube](https://www.youtube.com/watch?v=h5FIGDn5YM0)
|
|
|
|
## Dive Deep
|
|
|
|
- [Nx CLI](/{{framework}}/getting-started/cli-overview)
|
|
- [Configuration Files](/{{framework}}/getting-started/configuration)
|
|
- [Computation Caching](/{{framework}}/core-concepts/computation-caching)
|
|
- [Rebuilding What is Affected](/{{framework}}/core-concepts/affected)
|