Completing these steps will help you follow along and complete assignments on time. ⭐ this repository for your future reference.
To save your work, you'll need an account on these websites.
- Git
- Node.js & NPM (The Chocolatey installation step is optional for this workshop)
- Visual Studio Code IDE This is optional. Any code editor you're comfortable with will do.
- create-react-app This needs no installation.
To verify your installation, run:
git --version
node --version
npm --version
See you in the workshop!! 😁