UNPKG

create-manu-app

Version:

Create a new Next.js project with Tailwind CSS and TypeScript pre-configured. Simplify your project setup process with this scaffolding tool and start building your web application with ease.

15 lines (13 loc) 488 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>{{projectName}}</title> </head> <body class="dark"> <div id="root" class="container m-auto grid min-h-screen grid-rows-[auto,1fr,auto] px-4 font-sans antialiased"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>