Home

Awesome

Learning nx

Just one of the things I'm learning. https://github.com/hchiam/learning

nx is like a modern version of CRA (Create-React-App), but nx is meant for more than that:

https://youtu.be/2OTq15A5s0Y?t=159

https://nx.dev

https://nx.dev/getting-started

https://www.youtube.com/@nxdevtools/videos

No need to yarn add nx nor yarn global add nx to set up globally on your computer with yarn - instead do this:

yarn create nx-workspace

or with npx:

npx create-nx-workspace

and follow the CLI prompts.

But if you want to be able to run nx ... commands directly, run yarn global add nx or npm install -g nx

Then:

# cd into new folder and run
npm run start
# or
yarn dev
# http://localhost:4200/