nx/docs/getting-started/what-is-nx.md
2019-02-20 11:53:54 -05:00

28 lines
1.1 KiB
Markdown

# Nx
Angular CLI power-ups for modern development.
<iframe width="560" height="315" src="https://www.youtube.com/embed/XZpp52IqD2A" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
With Nx, you can:
- Use modern tools like Cypress and Jest
- Build full-stack applications using Angular and Node.js
- Use effective development practices pioneered at Google
## Getting Started
- New to Nx? Have a look at the [Getting Started](./getting-started.md) guide.
- [How does Nx compare to the off-the-shelf Angular CLI?](./nx-and-cli.md)
## Learn Nx
- [How Nx helps you use modern tools like Cypress, Jest, and Nest](../fundamentals/use-modern-tools.md)
- [How Nx helps you build full-stack applications using Angular and Node.js](../fundamentals/build-full-stack-applications.md)
- [How Nx helps you develop like Google](../fundamentals/develop-like-google.md)
- [Books, talks, and blog posts about Nx](./resources)
## Contribute
Looking to get started contributing to Nx? [Check the repository here](http://github.com/nrwl/nx).