Including tailwindConfig and Tailwind Config Viewer!
Be patient, this is just a Beta version of Nuxt3.
For Nuxt3 Installation and configuration I recommend to look at the documentation.
For Tailwind3 configuration look at the beautiful and awesome documentation.
Make sure to install the dependencies
yarn install
Start the development server on http://localhost:3000
Parallel there will be a Tailwind Config Viewer on http://localhost:3001
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.