nextjs-rtk-query-example
nextjs-rtk-query-example copied to clipboard
Next.js with rtk-query example.
nextjs-rtk-query-example
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:
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.