denny64 / nextjs-react-query-faunadb

🎨 Boilerplate for building applications using Fauna, React Query and Next.js

Home Page:https://nextjs-react-query-faunadb.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Twitter: Nirmalya Ghosh

This is a boilerplate for building applications using Fauna, React Query and Next.js.

Overview

This boilerplate is built using the following technologies:

  1. Fauna
  2. React Query
  3. GraphQL
  4. Next.js

Requirements

  1. Node.js
  2. npm

Installation

1. Clone the application

git clone https://github.com/ghoshnirmalya/nextjs-react-query-faunadb

2. Install necessary dependencies

From the root directory, we can run the following command to install all the dependencies of our applications:

yarn install

3. Start the applications

From the root directory, we can run the following command to start our applications:

yarn dev

The above command will start our application on http://localhost:3000/.

Other interesting repositories

  1. Hasura Next.js Boilerplate
  2. Strapi Next.js Boilerplate
  3. React Search Box
  4. LinkedIn Clone using Create React App
  5. Building mono-repo applications using Lerna

License

This project is licensed under the MIT License.

About

🎨 Boilerplate for building applications using Fauna, React Query and Next.js

https://nextjs-react-query-faunadb.vercel.app/

License:MIT License


Languages

Language:TypeScript 100.0%