UNPKG

nbd-app

Version:

🚀 CLI tool to scaffold full-stack authentication starter projects with React, Node.js, and multiple auth providers (Email, Google, and more)

13 lines • 373 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" class="w-10 h-10" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>NBD APP</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.jsx"></script> </body> </html>