This is a template for creating applications using Next.js 14 (app directory), NextUI (v2) and Docker (with Docker Compose).
To create a new project based on this template using create-next-app
, run the following command:
npx create-next-app -e https://github.com/LucasLeone/nextui-docker-template app-name
You have to run this command for build the docker image:
docker compose -f docker-compose.yml build
and then you have to up the container:
docker compose -f docker-compose.yml up
The NextApp is now in localhost:3000/
Licensed under the MIT license.