Netflix inspired webapp using Nuxt 3
The Nuxinuxi theme is a powerful and feature-rich application template built on Nuxt.js, the progressive JavaScript framework. It offers a range of key features, including authentication with multiple providers, a forgot password feature, translation support for multiple languages, a dark and light theme switch, a responsive design, and an admin dashboard. The theme also integrates Supabase for real-time and powerful API functionality and includes a self API using the Nitro server built into Nuxt. Deployment is made easy with Docker configuration, and documentation is automatically generated from the code. The theme also includes linting, a powerful console for development and management, and a contact page connected to a ticket tracking system. It also includes a nodemailer for sending various types of emails.
To install and run the Nuxinuxi theme, follow these steps:
git clone [repository_url]
npm install
(Note: There is no need to use the --shamefully-hoist flag here because the flag is set to true by default in the .npmrc file.)
npm run dev
http://localhost:3000 (unless you have overridden the default port).The Nuxinuxi theme is a comprehensive application template built on Nuxt.js. It offers features such as authentication with multiple providers, a forgot password feature, translation support, theme switching, and an admin dashboard. It utilizes Supabase for API functionality and includes a self API using the Nitro server. With easy deployment using Docker configuration and automatic documentation generation, the Nuxinuxi theme provides a robust and convenient solution for building applications.