Firebase Auth for Vite
This project was created with Vite.
This is a simple app using Firebase Auth to authenticate users, and using Vuex to manage state.
Languages and Tools
Deployment
Vercel
You can go here, deployment.
Features
- Authentication
- CI/CD
- E2E Testing(with Cypress)
Get Started
In the project directory, you can run:
Generate .env file, and add your Firebase project’s credentials
$ cp .env.example .env
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
$ yarn
$ yarn dev
Builds the app for production to the build
folder.
$ yarn build