Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 287 Bytes

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