nx/docs/node/tutorial/08-summary.md

19 lines
582 B
Markdown

# Step 8: Summary
In this tutorial you:
- Built a full Node application with an API and server side rendered pages
- Shared code
- Created a Controller library
- Used Nx dep graph capabilities to only retest and rebuild what is affected
## Learn More
- [Free Nx Course on YouTube](https://www.youtube.com/watch?time_continue=49&v=2mYLe9Kp9VM&feature=emb_logo)
**Dive Deep:**
- [Nx CLI](/{{framework}}/getting-started/cli-overview)
- [Computation Caching](/{{framework}}/core-concepts/computation-caching)
- [Rebuilding What is Affected](/{{framework}}/core-concepts/affected)