Skip to content

derek-fong/react-service-manager-demo-server

Repository files navigation

React Service Manager GraphQL Server

GitHub license code style: prettier

A simple service request management GraphQL server.

Quick Start

  1. Add environment variables outlined in environment.js on local machine, or specify the environment variables in a .env file in project root directory.

  2. Install Node dependencies with npm install.

  3. Run the app in development mode npm start (or npm run start:env if using .env).

  4. Open http://localhost:4000 to view GraphQL Playground in the browser.