Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 907 Bytes

1-TASK.md

File metadata and controls

33 lines (20 loc) · 907 Bytes

💻 Task 1 - generate an empty workspace

⏰  Estimated time: 5-10 minutes

📚 Learning outcomes:

  • Understand how to bootstrap a new Nx workspace

📲 After this workshop, your file structure should look similar to this:

File structure lab7 file structure

🏋️‍♀️ Steps:

  1. Generate an empty Nx workspace (monorepo) with create-nx-workspace inside this repository.

  1. The workspace inside this repository name should be bg-hoard and do not initialize git (it is already exist).

  1. Make sure you select an integrated style workspace, apps layout and no to NxCloud when asked.


🎓  If you get stuck, check out the solution


➡️  Next task ➡️