It's a demo project to integrate nextjs and tailwind css with Sprng boot backend.
NextJS - https://nextjs.org
Tailwind CSS - https://tailwindcss.com
npm i
npm run dev
Access at http://localhost:3000
Run the spring boot application file to access API at http://localhost:8080
Front end maven plugin will build nextjs app and it produce a out folder will be src/target/com/static.
mvn clean install