文件名称:GraphQL-Express:使用GraphQL实现的Express Server
文件大小:3KB
文件格式:ZIP
更新时间:2024-02-20 20:39:53
nodejs graphql babel apollo-server BabelJavaScript
GraphQL-Express 使用GraphQL和Apollo实现的简单Express Server。 此仓库附加在一系列文章中,并详细说明了实现: 第1部分: master分支。 第2部分:-使用subscriptions分支。 该存储库还链接到另一个其中前端实现使用带有相应文章的Apollo使用React。 设置和安装。 注意:在客户端代码上配置端口以匹配此上的CORs来源。 git clone git@github.com:kimobrian/GraphQL-Express.git # for SSH git clone https://github.com/kimobrian/GraphQL-Express.git # for HTTPS cd GraphQL-Express npm i # Alternatively yarn npm start # Alternatively yarn start 对于nodemon的任何问题,请全局安装。 npm install nodemon -g # Alternatively yarn global add nod
【文件预览】:
GraphQL-Express-master
----server.js(572B)
----src()
--------resolvers.js(476B)
--------schema.js(857B)
----.babelrc(76B)
----README.md(1KB)
----.gitignore(25B)
----package.json(652B)