All Projects → borisowsky → Next Advanced Apollo Starter

borisowsky / Next Advanced Apollo Starter

Advanced, but minimalistic Next.js pre-configured starter with focus on DX

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Next Advanced Apollo Starter

Ran
⚡ RAN! React . GraphQL . Next.js Toolkit ⚡ - SEO-Ready, Production-Ready, SSR, Hot-Reload, CSS-in-JS, Caching, CLI commands and more...
Stars: ✭ 2,128 (+1524.43%)
Mutual labels:  graphql, apollo, zeit, nextjs, boilerplate
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+1816.03%)
Mutual labels:  i18n, jest, apollo, universal
Express Graphql Boilerplate
Express GraphQL API with JWT Authentication and support for sqlite, mysql, and postgresql
Stars: ✭ 201 (+53.44%)
Mutual labels:  graphql, authentication, boilerplate, jest
Next Apollo Auth
Authentication Boilerplate with Next.js and Apollo GraphQL
Stars: ✭ 159 (+21.37%)
Mutual labels:  graphql, apollo, nextjs, authentication
Pizzaql
🍕 Modern OSS Order Management System for Pizza Restaurants
Stars: ✭ 631 (+381.68%)
Mutual labels:  graphql, apollo, nextjs, authentication
Crypto Grommet
Crypto and equities app
Stars: ✭ 39 (-70.23%)
Mutual labels:  graphql, apollo, nextjs
Niklick
Rails Versioned API solution template for hipsters! (Ruby, Ruby on Rails, REST API, GraphQL, Docker, RSpec, Devise, Postgress DB)
Stars: ✭ 39 (-70.23%)
Mutual labels:  graphql, starter, boilerplate
Next React Graphql Apollo boostrap
React + GraphQL + Next.js project architecture that I play with right now
Stars: ✭ 59 (-54.96%)
Mutual labels:  graphql, apollo, nextjs
Gatsby Starter Procyon
An opinionated Gatsby starter designed for trash-eating pandas.
Stars: ✭ 88 (-32.82%)
Mutual labels:  apollo, starter, boilerplate
Next Boilerplate
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
Stars: ✭ 936 (+614.5%)
Mutual labels:  nextjs, starter, boilerplate
Artemis Dev Tool
An Apollo GraphQL Query Schema Testing Tool
Stars: ✭ 66 (-49.62%)
Mutual labels:  graphql, apollo, jest
Universal React Apollo Example
Universal React Apollo App (GraphQL) consuming: https://github.com/WeLikeGraphQL/wordpress-graphql-api-example!
Stars: ✭ 117 (-10.69%)
Mutual labels:  graphql, apollo, universal
React Boilerplate
⚛ The stable base upon which we build our React projects at Mirego.
Stars: ✭ 39 (-70.23%)
Mutual labels:  graphql, apollo, jest
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-75.57%)
Mutual labels:  universal, boilerplate, jest
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-59.54%)
Mutual labels:  universal, boilerplate, jest
Suicrux
🚀 Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+631.3%)
Mutual labels:  starter, universal, boilerplate
Apollo Server Vercel
⚫ Production-ready Node.js GraphQL server for Vercel Serverless Functions
Stars: ✭ 69 (-47.33%)
Mutual labels:  graphql, apollo, nextjs
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (-3.05%)
Mutual labels:  graphql, apollo, boilerplate
Awesome Apollo Graphql
A curated list of amazingly awesome things regarding Apollo GraphQL ecosystem 🌟
Stars: ✭ 126 (-3.82%)
Mutual labels:  graphql, apollo, boilerplate
Apollo Universal Starter Kit
Apollo Universal Starter Kit is an SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Stars: ✭ 1,645 (+1155.73%)
Mutual labels:  graphql, apollo, universal

Next.js Advanced Apollo Starter w/ Apollo Client 3, TypeScript, I18n, Docker and more...

What you get

Features

Developer experience

Getting started

Start development server

Before start using project you have to unstall dependencies by running one of these commands:

# If you're using Yarn package manager:
yarn

# If you're using NPM package manager:
npm install

Tests

We are using Jest for testing. To run tests located in /tests directory use test script from package.json:

yarn test

Pretty much everything you need to know you can find in Next.js documentation.

Docker

To build and run Dockerized production-ready container, run:

docker-compose up --build
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].