Minimal boilerplate for a Node/React/GraphQL app client and server with Webpack and Babel for my own projects :)
copy .env_example into .env and fill the appropriate variables for your postgres connection.
yarn install
yarn start
Minimal boilerplate for a Typescript/React/GraphQL app client and server with Webpack and Babel for my own projects :)
TypeScriptMIT