Requirements
- Git
- Node 18.9+
- NPM 9+
- Visual Studio Code
- Install the following Visual Studio Code plugins:
- Clone the exercise repository
git clone [email protected]:growsagely/complexity-workshop.git
- Install the dependencies
npm install
- Log into GitHub
- Navigate to the test-driven-development-exercises-intro repository
- Open Codespaces
- Press Ctrl+Shift+` to open a terminal window
Requirements
- Install the Dev Containers Visual Studio Code plugin.
- Clone the exercise repository
git clone https://github.com/growsagely/test-driven-development-exercises-intro.git
- Open the cloned folder with Visual Studio Code
- Click the
Remote Window
button in lower left hand corner of the Visual Studio Code window. - Select
Reopen in Container
from the select menu. - Be patient, the first time loading the container may take several minutes. Subsequent loads will be much faster.
- Press Ctrl+Shift+` to open a terminal window