taco-apollo

GraphQL setup with Feathersjs

MIT License

Stars
14

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.