Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 670 Bytes

File metadata and controls

29 lines (25 loc) · 670 Bytes

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/Pluto0104/react-typescript-tailwindcss-firebase-auth.git
  • Navigate to the directory
cd react-typescript-tailwindcss-firebase-auth
  • Install the dependencies with
yarn
  • Configure the .env file with your firebase credentials
  • run with
yarn dev