bkinsey808 / nx-graphql-fullstack

Full stack GraphQL project using Nx monorepo. Apollo Server, Urql client. It features: code watching and codegen to generate typescript types. Okta login. Material UI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nx GraphQL Fullstack

This project attempts to demonstrate best practices building a full stack graphql project using a monorepo. It features code watching and graphql codegen to generate typescript types.

This project was generated using Nx.

Development server

Run npm run dev for a dev server. Navigate to http://localhost:4200/ for the client, or play with the api at http://localhost:4000/graphql.

The app will automatically reload if you change any of the source files.

About

Full stack GraphQL project using Nx monorepo. Apollo Server, Urql client. It features: code watching and codegen to generate typescript types. Okta login. Material UI.


Languages

Language:TypeScript 84.4%Language:CSS 11.6%Language:JavaScript 3.3%Language:HTML 0.5%Language:SCSS 0.2%Language:Shell 0.1%