Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 871 Bytes

File metadata and controls

25 lines (16 loc) · 871 Bytes

Advanced React Workshop Exercises

Prerequisites

  • git client
  • Docker (Docker Desktop on MacOS/Windows)
  • Visual Studio Code with Remote - Containers extension installed

Setup

Clone the repository:

git clone https://github.com/8pointers/advanced-react-workshop-exercises.git

Open the advanced-react-workshop-exercises folder in Visual Studio Code.

If Visual Studio Code prompts you to reopen the folder in container, accept. Otherwise open Visual Studio Code Command Palette (CMD+SHIFT+P/CTRL+SHIFT+P) and select Remote-Containers: Rebuild and Reopen in Container.

Once the container is built and ready, open Visual Studio Code Command Palette and select View: Toggle Terminal (CTRL+`) to open a built-in terminal and then run:

npm start