Skip to content

The frontend repository for the Tindog app using NextJS and Firebase with Typescript

Notifications You must be signed in to change notification settings

tpiaggio/tindog-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the web front-end of the Tindog application, built with NextJS and Firebase.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result. This project uses the Firebase emulators by default, you can change this by commenting the Emulators code in the lib/firebase/config.ts file.

You should copy your Firebase configuration to a .env.local file so it can pick it up and use your Firebase project.

Please refer to the backend project, Tindog backend for more information. If you want to run this project using the Firebase Emulators, you should start the Emulators on the backend project.

Deployed on Vercel

This website has been deployed on Vercel, you can check it out here.

About

The frontend repository for the Tindog app using NextJS and Firebase with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published