Skip to content

Anime browsing app created using React, Apollo, and GraphQL with user authentication

Notifications You must be signed in to change notification settings

ankitk26/Animeflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animeflix

Commands

# Install dependencies (server & client)
npm install
cd client && npm install

# Run server & client (:3000 & :5000)
npm run dev

# Server only (:5000)
npm run server

# Client only (:3000)
npm run client

# Graphiql - http://localhost:5000/graphql

Releases

No releases published

Packages

No packages published

Languages