8000 GitHub - vinisr/phoenix-react-apollo-demo: Example app using the Phoenix Framework with React and GraphQL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Example app using the Phoenix Framework with React and GraphQL

Notifications You must be signed in to change notification settings

vinisr/phoenix-react-apollo-demo

 
 

Repository files navigation

TodoApp

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

Live Demo

Setup

  • Install elixir dependencies with mix deps.get
  • Install node dependencies with npm install
  • Create and migrate your database with mix ecto.setup

Development

  • Start Phoenix endpoint with mix phoenix.server
  • Start client dev server in another window with npm start

Now you can visit localhost:4000.

GraphiQL

Visit localhost:4000/graphiql.

License

Authored by the Engineering Team of Coding ZEAL

Copyright (c) 2017 Zeal, LLC. Licensed under the MIT license.

About

Example app using the Phoenix Framework with React and GraphQL

Resources

Stars

Watchers

Forks

Releases 38BB

No releases published

Packages

No packages published

Languages

  • Elixir 70.4%
  • JavaScript 22.9%
  • HTML 3.5%
  • CSS 3.2%
0