In this lesson we're going to use the create-nx-workspace npm package to generate and configure a new Nx workspace. While there exist different preset options for a new workspace, in this lesson we're generating a new empty one and quickly walk through the main characteristics of it.
Why there is only VS Code all the time on the screen? :P
๐ I like VSCode although I also use Webstorm for coding.
For videos however I almost always default to VSCode:
Since the last update to this course (it currently says "Updated 3 years ago"), the workspace setup prompts have changed. Unsure of what to choose, as the options are very different from what the video shows, so I am just guessing, ha! Would love to know what I should choose to stay as close as possible to this course.
Hey! Yeah keeping these up to date is tough. But even though some of the setup changed, the overall flow of the course is still representative. It might just not be 100% the same as shown all the time.
You can choose a React setup instead of just an empty one, that'll skip you ahead of manually installing the corresponding React Nx plugin as shown in the next video. As a short-hand just append --preset=react-monorepo
to the create-nx-workspace
command you've been using :)
Thanks, Juri! I super appreciate your response!