Your Nx Cloud remote cache setup is almost complete.
+ + + Click here to finish + +Here are some things you can do with Nx:
+# Build +nx build +# Test +nx test +# Lint +nx lint +# Run them together! +nx run-many -t build test lint+
nx show project app-1+
nx graph+
# Generate UI lib +nx g @nx/angular:lib ui +# Add a component +nx g @nx/angular:component ui/src/lib/button+
+ Carefully crafted with + +
+