项目作者: didaquis

项目描述 :
Example of: React + GraphQL + Apollo (server)
高级语言: JavaScript
项目地址: git://github.com/didaquis/react-graphql-apollo-example-server.git
创建时间: 2019-02-14T20:22:18Z
项目社区:https://github.com/didaquis/react-graphql-apollo-example-server

开源协议:ISC License

下载


react-graphql-apollo-example (server)

This repo is an example of application made with React + GraphQL + Apollo.

This repository is made to work with: https://github.com/didaquis/react-graphql-apollo-example-client

Requirements:

  • MongoDB service running
  • Node.js 9.4 or higher
  • Configure the application:
    • Edit the configuration in file _env
    • Rename the file _env to .env

Execute the application:

  • Execute script with node . or npm start

For development:

  • For run app: npm run dev
  • For run linter: npm run lint