Example app started with Zeal's React app generator and a Phoenix back end.
Absinthe is used for the GraphQL server with Apollo as the GraphQL client
- Install elixir dependencies with
mix deps.get - Install node dependencies with
npm install - Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phoenix.server - Start client dev server in another window with
npm start
Now you can visit localhost:4000.
Visit localhost:4000/graphiql.
Authored by the Engineering Team of Coding ZEAL
Copyright (c) 2017 Zeal, LLC. Licensed under the MIT license.