Skip to content

Frontend. Features: Top Anime, Franchises stats, Lists, Search

Notifications You must be signed in to change notification settings

anime-index/anidex-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anidex-frontend

Frontend. Main features: Top of Series and Anime, Series stats, Personal Lists, Anime Search.

Deployed on: Anidex-web Heroku

Project setup (run on local)

Get the code

git clone https://github.com/anime-index/anidex-frontend
cd anidex-frontend

Install libraries

npm install

Run the development server

npm run dev

Backend server

The website needs a backend server to get the anime data. It needs to be run separately, as it is an indepdendent API. Go to: Anidex Backend