nx/docs/web/tutorial/12-summary.md
2019-07-31 14:34:22 -04:00

21 lines
801 B
Markdown

# Step 12: Summary
In this tutorial you:
- Built a full stack application using Web Components and Express
- 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 build full-stack applications.
<iframe width="560" height="315" src="https://www.youtube.com/embed/Jxh_--FeJeY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
### Read Fundamentals
- [Using Modern Tools](/web/fundamentals/use-modern-tools)
- [Building Full-Stack Applications](/web/fundamentals/build-full-stack-applications)
- [Develop using Monorepos and Automation](/web/fundamentals/monorepos-automation)