Getting Started

Nx is a smart and extensible build framework that helps you develop, test, build, and scale with React and React frameworks like Gatsby, Next.js, React Native, etc.

10-Minute Nx Overview

Create Nx Workspace

Creating an Nx workspace is easy. Run the following command to set up an Nx workspace with a React app in it.

npx create-nx-workspace --preset=react

Learn Nx Fundamentals

Dive Deep