natterstefan / nextjs-rtk-query-example

Next.js with rtk-query example.

Home Page:https://nextjs-rtk-query-example.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-rtk-query-example

Node CI GitHub issues GitHub stars GitHub license nextjs

natterstefan/nextjs-template

Next.js with rtk-query example.

Installation & Setup

yarn

Once the task is completed you can start the app with yarn dev.

Start

# development mode
yarn dev

# production mode
yarn build
yarn start

Development

Tests & Code Style

yarn test
yarn lint

Deployment

Deploy your own

Deploy nextjs-rtk-query-example using Vercel:

Deploy with Vercel

Docker

nextjs-rtk-query-example also provides a Docker Image (see docker) and docker-compose setup.

Build Docker Image

./gradlew buildDockerImage

Run Docker Image

./gradlew runDockerBuild

Or when you want to run it in the background:

docker-compose --env-file ./.env.local up -d

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Barnabas Jovanovics

🤔

Stefan Natter

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!


Based on the https://github.com/natterstefan/nextjs-template template.

About

Next.js with rtk-query example.

https://nextjs-rtk-query-example.vercel.app

License:MIT License


Languages

Language:TypeScript 59.5%Language:JavaScript 23.1%Language:Kotlin 7.6%Language:Dockerfile 6.3%Language:SCSS 2.9%Language:Shell 0.6%