1.0.1 • Published 2 years ago

type-graph-node-react v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

type-graph-node-react

This project aims to help developers with the Node.js apps creation process. It provides a base environment with the essential tools already set, which is structured as following:

Server

express-graphql is the HTTP server middleware used.

TypeGraphQL is the (awesome) framework of choice for writing your APIs and keep your types easily in sync.

Client

React Router is used for client-side routing.

GraphQL Code Generator is setup for automatic Types generation based on your schema and operation files. Support for TypedDocumentNode is included.

useGraphQL is the react/graphql client used.

Bundler

Webpack is used as bundler, featuring Hot Module Replacement setup via webpack-dev-middleware.

Editor

If you are using VSCode, a configuration file is already present for the GraphQL extension.

How to use

TO DO...