React app + Apollo GraphQL API with
now
$ yarn global add now@canary
$ cp .env.default .env && nvim .env
$ now dev
$ now
A GraphQL API is located in the api/ folder. The server uses
apollo-server-micro to
run a very simple GraphQL implementation. The url of the API is web.site/api.
graphql-playground is
added for testing and is available at URL.
A React frontend application can be found in www/. This is an installation
of Create React App and will run at http://localhost:3000 in development.