Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

60 lines (46 loc) · 2.05 KB

Next.js + Firebase + JS Template

This is a simple template to get you started with Next.js and Firebase. It’s perfect for building multi-functional websites with Firebase backend services like Firestore and Firebase Authentication.

TypeScript Version

If you are looking for a TypeScript version of this template, please check out the repository below:

Next.js + Firebase + TypeScript

Get Started

1. Create a Firebase Project

2. Use the Template

You can use this template to create a new repository quickly by clicking the Use Template button above.

3. Clone the Repository

Alternatively, you can clone the repository directly using the following command:

git clone https://github.com/Anrsgrl/next-firebase-js

After cloning, navigate to the project directory:

cd next-firebase-js

4. Install Dependencies

Run the following command to install the required dependencies:

pnpm install

5. Run the Development Server

Start the Next.js development server with:

pnpm dev

Your app should now be running on http://localhost:3000.

Contributing

Feel free to open issues and submit pull requests if you'd like to contribute to this template!

Contact

For any inquiries, please contact me at mail@anarr.dev.