Hello there, Welcome frontend-one 👋

You're up and running

What's next?

Next steps

Here are some things you can do with Nx:

Add UI library
# Generate UI libnx g @nrwl/angular:lib ui# Add a componentnx g @nrwl/angular:component button --project ui
View interactive dependency graph
nx dep-graph
Run affected commands
# see what's been affected by changesnx affected:dep-graph# run tests for current changesnx affected:test# run e2e tests for current changesnx affected:e2e

Carefully crafted with