Next.js with rtk-query example.
yarnOnce the task is completed you can start the app with yarn dev.
# development mode
yarn dev
# production mode
yarn build
yarn startyarn test
yarn lintDeploy nextjs-rtk-query-example using Vercel:
nextjs-rtk-query-example also provides a Docker Image (see docker) and
docker-compose setup.
./gradlew buildDockerImage./gradlew runDockerBuildOr when you want to run it in the background:
docker-compose --env-file ./.env.local up -dThanks 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.
