Create a squad of your favorite streamers. Powered by Next.js, Recoil and Tailwind CSS.
| 📦 Package | 📋 Reasons |
|---|---|
| Typescript | type safety |
| Tailwind CSS | css framework |
| Next | react framework |
| Recoil | state management |
| react-twitch-embed | twitch embed wrapper in react |
| Hero Icons | Icons |
git clone https://github.com/emigrek/twitch-squad
cd twitch-squad
npm install
Run development server
npm run dev
or run production build
npm run build