nx/docs/web/getting-started/what-is-nx.md

21 lines
944 B
Markdown

# Nx
Nx is a set of Extensible Dev Tools for Monorepos.
With Nx, you can:
- Use [modern tools](/web/fundamentals/use-modern-tools) like Cypress, Jest, Prettier, TypeScript, and others.
- Build [full-stack applications](/web/fundamentals/build-full-stack-applications) using React, and Node.js.
- Use [effective development practices](/web/fundamentals/monorepos-automation) pioneered at Google, Facebook, and Microsoft.
## Getting Started
- New to Nx? Have a look at the [Getting Started](/web/getting-started/getting-started) guide.
- Complete the [tutorial](/web/tutorial/01-create-application) on using Nx build a full stack application.
- Use the [Nx CLI](/web/guides/cli) to perform various development tasks.
- Learn more about Nx from books, blog posts, talks on our [resources page](/web/getting-started/resources).
## Contribute
Looking to get started contributing to Nx? [Check the repository here](http://github.com/nrwl/nx).