Follow these simple steps to start a NextJs + React + Ionic + Capacitor + TailWind project with the following template from Max founder of Ionic:

Clone the starter template repo:

$ git clone --depth=1 https://github.com/mlynch/nextjs-tailwind-ionic-capacitor-starter

Cd into the project folder

$ cd .\nextjs-tailwind-ionic-capacitor-starter\

get required packages

$ npm start

Open project with VS Code

$ code .

Run the server

$ npm run dev

Open your browser to: http://localhost:3000

 

Source: G:\SCHOOL\Apps\2022\nextjs-tailwind-ionic-capacitor-starter