petekgithub / redux-to-graphql

The Redux advanced tutorial app built with GraphQL and Apollo πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux to GraphQL

The Redux tutorial app, built with GraphQL & Apollo!

Development

Server

cd server && npm i && npm start

Client

Make sure the server is running before you start up the client. To get the full experience, install the Apollo VS Code extension for some extra magic. ✨

cd client && npm i && npm start

About

The Redux advanced tutorial app built with GraphQL and Apollo πŸš€


Languages

Language:TypeScript 64.4%Language:JavaScript 22.2%Language:HTML 13.4%