Skip to content

benawad/taco-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published