Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 495 Bytes

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