react-vite-tailwind-typescript-firebase-auth-template
react-vite-tailwind-typescript-firebase-auth-template copied to clipboard
Good starting point for your next application with React.JS, TypeScript, TailwindCSS, Firebase Auth and Vite.
ReactJS + Vite + TailwindCSS + TypeScript + Firebase auth
This is a good starting point for your next project that needs firebase auth
Setup
- Clone the project with
git clone https://github.com/IgorBayerl/react-vite-tailwind-firebase-auth-template.git
- Navigate to the directory
cd react-vite-tailwind-firebase-auth-template
- Install the dependencies with
yarn
- Configure the .env file with your firebase credentials
- run with
yarn dev