All Projects → renyuanz → nextjs-typescript-graphql-starter

renyuanz / nextjs-typescript-graphql-starter

Licence: other
A Next.js starter with Typescript, Jest, GraphQL Apollo Server & Apollo Client v3 with graphql-codegen.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to nextjs-typescript-graphql-starter

nodejs-graphql-template
Template project for Node.js® GraphQL APIs
Stars: ✭ 13 (-13.33%)
Mutual labels:  jest, apollo-server
bookshelf
My GraphQL playground
Stars: ✭ 64 (+326.67%)
Mutual labels:  apollo-server, graphql-codegen
Nest User Auth
A starter build for a back end which implements managing users with MongoDB, Mongoose, NestJS, Passport-JWT, and GraphQL.
Stars: ✭ 145 (+866.67%)
Mutual labels:  jest, apollo-server
aws-nestjs-starter
Serverless, AWS, NestJS, GraphQL and DynamoDB starter
Stars: ✭ 200 (+1233.33%)
Mutual labels:  jest, apollo-server
react-unit-test-practice
No description or website provided.
Stars: ✭ 16 (+6.67%)
Mutual labels:  jest
energy-use-case-trading-client
Energy Use Case Web UI for Lition Trading Platform
Stars: ✭ 23 (+53.33%)
Mutual labels:  jest
gobarber-app
💈A BarberShop app made with React, React Native and Node.
Stars: ✭ 34 (+126.67%)
Mutual labels:  jest
graphql-insta-example
Application made to show the basic concepts of GraphQL with Apollo Server
Stars: ✭ 24 (+60%)
Mutual labels:  apollo-server
react-multi-context
Manage multiple React 16 contexts with a single component.
Stars: ✭ 19 (+26.67%)
Mutual labels:  jest
ng-mono-repo-starter
Angular Mono Repo Starter
Stars: ✭ 79 (+426.67%)
Mutual labels:  jest
crowdfunding-backend
[DEPRECATED] A crowdfunding backend written with NodeJS, Apollo and PostgreSQL. Features an extensive data model, mult. payment integrations, passwordless auth, statistics and admin endpoints.
Stars: ✭ 23 (+53.33%)
Mutual labels:  apollo-server
kontent-boilerplate-express-apollo
Kontent Boilerplate for development of Express application using Apollo server and GraphQL.
Stars: ✭ 21 (+40%)
Mutual labels:  apollo-server
mock-spy-module-import
JavaScript import/require module testing do's and don'ts with Jest
Stars: ✭ 40 (+166.67%)
Mutual labels:  jest
xstate-marionettist
Model based testing with Jest, XState and Puppeteer or Playwright made easy
Stars: ✭ 23 (+53.33%)
Mutual labels:  jest
angular-unit-testing-examples
Showroom for different Angular unit testing concepts
Stars: ✭ 19 (+26.67%)
Mutual labels:  jest
jest-extended-snapshot
Additional Jest matchers for snapshot testing.
Stars: ✭ 18 (+20%)
Mutual labels:  jest
jest-file-snapshot
Jest matcher to write snapshots to a separate file instead of the default snapshot file used by Jest
Stars: ✭ 35 (+133.33%)
Mutual labels:  jest
enzyme-extensions
🎩 Enzyme extensions to test shallowly rendered enzyme wrappers 🏄🏻
Stars: ✭ 30 (+100%)
Mutual labels:  jest
license-auditor
License Auditor helps you track and validate licenses inside your project.
Stars: ✭ 15 (+0%)
Mutual labels:  jest
riteway-jest
Unit tests that always supply a good bug report when they fail for Jest.
Stars: ✭ 24 (+60%)
Mutual labels:  jest

NextJS Typescript Boilerplate

Live demo: https://nextjs-typescript-graphql-starter.vercel.app

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Use this template

Click the "green" button on the right

Use this template

Download manually

Download the example:

git clone [email protected]:renyuanz/nextjs-graphql-ts-codegen-boilerplate.git my-next-project
cd my-next-project

Install it and run:

npm install
npm run dev
# or
yarn
yarn dev

Run tests

yarn test
# or watching
yarn test --watch
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].