nx/docs/react/getting-started/what-is-nx.md
2019-08-19 10:42:37 -04:00

23 lines
1.1 KiB
Markdown

# Nx
Nx is a set of Extensible Dev Tools for Monorepos.
<iframe width="560" height="315" src="https://www.youtube.com/embed/E188J7E_MDU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
With Nx, you can:
- Use [modern tools](/react/fundamentals/use-modern-tools) like Cypress, Jest, Prettier, TypeScript, and others.
- Build [full-stack applications](/react/fundamentals/build-full-stack-applications) using React, and Node.js.
- Use [effective development practices](/react/fundamentals/monorepos-automation) pioneered at Google, Facebook, and Microsoft.
## Getting Started
- New to Nx? Have a look at the [Getting Started](/react/getting-started/getting-started) guide.
- Complete the [tutorial](/react/tutorial/01-create-application) on using Nx build a full stack application.
- Use the [Nx CLI](/react/guides/cli) to perform various development tasks.
- Learn more about Nx from books, blog posts, talks on our [resources page](/react/getting-started/resources).
## Contribute
Looking to get started contributing to Nx? [Check the repository here](http://github.com/nrwl/nx).