GraphQL setup with Feathersjs
Example project using GraphQL with Feathersjs server.
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
Start the server
npm start
Then you can go to locahost:3030/graphiql
in your browser to start making queries.