An open API service indexing awesome lists of open source software.

https://github.com/ongzzzzzz/simple-next-firebase-template


https://github.com/ongzzzzzz/simple-next-firebase-template

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

## Important Note

This is for basic NextJS and Firebase Integrations, on the frontend.

To be edited and deployed on

[![Vercel](public/vercel.svg)](https://vercel.com)

## Getting Started

First, add the firebase config variables in the `.env` file.

Next, rename the file `.env` to `.env.local`

Run the development server:

```bash
npm run dev
# or
yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.