项目作者: benawad

项目描述 :
GraphQL setup with Feathersjs
高级语言: HTML
项目地址: git://github.com/benawad/taco-apollo.git
创建时间: 2017-01-04T05:40:43Z
项目社区:https://github.com/benawad/taco-apollo

开源协议:MIT License

下载


taco-apollo

Example project using GraphQL with Feathersjs server.

Install

git clone https://github.com/benawad/taco-apollo.git

cd taco-apollo

npm install

npm start

If you get an error about babel-node, then run the following line:

npm install -g babel-cli babel-preset-es2015

Usage

Start the server

npm start

Then you can go to locahost:3030/graphiql in your browser to start making queries.