Welcome to Firebase Studio — a Next.js starter project designed to research the firebase studio environment.
🔗 Deployed Project: Black Jack Ace
Firebase Studio is a lightweight starter template built with Next.js, structured for easy integration with Firebase services. Whether you're building a dashboard, admin panel, or simply experimenting with Firebase features, this template gives you a clean and efficient head start.
-
The main entry point for the application is located at:
src/app/page.tsx -
It follows the App Router structure introduced in Next.js 13+, ensuring scalability and modern best practices.
-
Clone the repository
git clone https://github.com/souvik229/firebase_app.git -
Navigate to the project directory
cd firebase_app -
Install the dependencies
npm install -
Start the development server
npm run dev -
Open
http://localhost:3000in your browser to view the project locally.
- Next.js (App Router)
- TypeScript
- Firebase (planned integrations / compatibility)
- TailwindCSS (if styling is included)
This project is deployed using GitHub Pages by statically exporting the Next.js app.
(Note: Firebase dynamic services require a backend — dynamic features will be locally tested or deployed separately.)
Feel free to fork the repository, make enhancements, and create pull requests!
Let's build something amazing together. 🌟
Built with ❤️ by Souvik Khanagwal
LinkedIn | GitHub