Quick-and-dirty setup for testing some features of Apollo.
This project consists of the server at amannn/apollo-server-test and the client in this repository.
git clone https://github.com/amannn/apollo-server-test.git
cd apollo-server-test
npm install
npm start
- Open new Terminal tab
cd ..
git clone https://github.com/amannn/apollo-client-test.git
cd apollo-client-test
npm install
npm start
- Open
localhost:8080
in your browser