nx/docs/node/getting-started/getting-started.md
2020-12-21 10:43:03 -05:00

25 lines
816 B
Markdown

# Getting Started
Nx is a suite of powerful, extensible dev tools that help you develop, test, build, and scale Node applications.
s
## 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=express
```
## 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)
## Dive Deep
- [Nx CLI](/{{framework}}/cli/overview)
- [Configuration Files](/{{framework}}/workspace/configuration)
- [Computation Caching](/{{framework}}/workspace/computation-caching)
- [Rebuilding What is Affected](/{{framework}}/guides/ci/monorepo-affected)