https://github.com/ongzzzzzz/simple-next-firebase-template
https://github.com/ongzzzzzz/simple-next-firebase-template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ongzzzzzz/simple-next-firebase-template
- Owner: ongzzzzzz
- Created: 2020-11-15T04:59:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T14:16:03.000Z (over 4 years ago)
- Last Synced: 2025-01-05T07:46:28.013Z (5 months ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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.