The Complete Nx Experience: Nx + Nx Cloud
Get started quickly with Nx and Nx Cloud for a fast, optimized setup. Follow these three simple steps to start playing around with the complete suite of features. For in-depth instructions on how to use Nx, check out our Nx Tutorials from the documentation.
- 1
Create a new Nx workspace
Select the CI provider you will be using for your project and run the following command:
npx create-nx-workspace@latest --ci=githubClick to copy - 2
Push your workspace to GitHub.
Push your changes directly to your default branch.
- 3
Connect your repository
Once your code is pushed to GitHub, create an account or sign in to connect your repository!
Learn the basics of Nx
Get up and running quickly with step by step tutorials, recipes, walkthrough videos and more.
Learn about CI with Nx
Learn how to configure and optimize your CI pipelines with best practices and examples.