You can activate distributed tasks executions and caching by running:
nx connect-to-nx-cloudWhat is Nx Cloud?
Here are some things you can do with Nx:
# Generate UI libnx g @nx/next:library ui# Add a componentnx g @nx/next:component button --project=ui
nx graph
# see what's been affected by changesnx affected:graph# run tests for current changesnx affected:test# run e2e tests for current changesnx affected:e2e
Carefully crafted with