Skip to content

askeralim/nodejs-react-express-apollo-client-GraphQL

Repository files navigation

nodejs-react-express-GrapgQL

# 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

# Build for production (Builds into server ./public)
cd client && npm run build

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

This application is built based on the YouTube Video Series : https://www.youtube.com/watch?v=DKzprvzbS14&pbjreload=10 Thanks to : http://www.traversymedia.com/

Releases

No releases published

Packages

No packages published