Skip to content

An anime list desktop application made with Electron-Vite, React, TypeScript, React Query, and Kitsu API.

License

Notifications You must be signed in to change notification settings

PedroL22/Electron-Vite-Anime-list

Repository files navigation

Electron Vite Anime list

An anime list desktop application made with Electron-Vite, React, TypeScript, React Query, and Kitsu API.

Recommended IDE Setup

Project Setup

Install

$ yarn

Development

$ yarn dev

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux