/react-apollo-postgres

Minimal boilerplate for a Typescript/React/GraphQL app client and server with Webpack and Babel for my own projects :)

Primary LanguageTypeScriptMIT LicenseMIT

Minimal boilerplate for a Node/React/GraphQL app client and server with Webpack and Babel for my own projects :)

Getting Started

copy .env_example into .env and fill the appropriate variables for your postgres connection.

yarn install
yarn start