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