- Yarn [package manager (quicker)] - https://yarnpkg.com/
- Vite [CRA alternative (quicker)] - https://vitejs.dev/
- React - https://reactjs.org/
- Emotion [CSS is JS] - https://emotion.sh/docs/introduction
- Install Dependencies with
yarn
- Start local dev version up with
yarn dev