Setup & Prereqs
From the previous tutorials, you should already be set up with a development environment for React.
You will need:
- NodeJS (Preferrable to use nvm)
- Code Editor (VSCode Preferred)
- TypeScript compiler (tsc). Can be installed globally with
npm install -g typescript