nx/docs/tutorial/12-summary.md
2019-02-28 13:53:43 -05:00

21 lines
811 B
Markdown

# Step 12: Summary
In this tutorial you:
- Built a full stack application using Angular and Nest
- Shared code between the frontend and the backend
- Created a UI library
- Used Nx dep graph capabilities to only retest and rebuild what is affected
## Learn More
Watch the video showing how to use Nx and Angular Console to build full-stack applications.
<iframe width="560" height="380" src="https://www.youtube.com/embed/XZpp52IqD2A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
### Read Fundamentals
- [Using Modern Tools](/fundamentals/use-modern-tools)
- [Building Full-Stack Applications](/fundamentals/build-full-stack-applications)
- [Developing Like Google: Monorepos and Automation](/fundamentals/develop-like-google)