Next.js , Tailwindcss
npx create-next-app logger-app
cd ./logger-app/
npm install -D tailwindcss postcss autoprefixer swiper
Riot Games API get riot api key and open the named file /utils/riot_api.js. Change named variable API_KEY the giving api key
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Tailwindcss Documentation
- Riot Games API