Node Version: v16.15.1

## Vite

brew install vite
npm install -D vite

# Commands for Vite
Start a project
```
npm create vite@latest <name-of-react-project> --template react
```
* Select React
* TypeScript-SWC

Vite will then tell you there are more packages to install and what not. Just follow the prompts.