nx/docs/node/tutorial/08-summary.md
Brandon eef0db73bf
docs(core): cleanup tutorials (#6268)
* docs(core): cleanup tutorials

* chore: review fix

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>

Co-authored-by: Isaac Mann <isaacplmann@users.noreply.github.com>
2021-07-06 13:07:59 -04:00

19 lines
590 B
Markdown

# Node Nx Tutorial - 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 affected commands 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/nx-cli)
- [Computation Caching](/{{framework}}/core-extended/computation-caching)
- [Rebuilding What is Affected](/{{framework}}/core-extended/affected)