Skip to content

Uvacoder/nextjs-react-query-faunadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.