Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonybudianto/vite-saas
My personal Vite SAAS starter
https://github.com/antonybudianto/vite-saas
firebase react react-router reactjs tailwind tailwindcss vite
Last synced: 26 days ago
JSON representation
My personal Vite SAAS starter
- Host: GitHub
- URL: https://github.com/antonybudianto/vite-saas
- Owner: antonybudianto
- Created: 2017-09-21T05:39:57.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T03:18:02.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T21:11:16.534Z (7 months ago)
- Topics: firebase, react, react-router, reactjs, tailwind, tailwindcss, vite
- Language: TypeScript
- Homepage:
- Size: 536 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Vite SAAS
Vite Starter for SAAS hackathon, a very opinionated starter
Technology stacks:
- Vite 4
- React 18.2.0
- React Router 6
- Firebase 9
- Tailwinds 3
- Font Awesome
- Loadable ComponentBefore npm start, create new `.env` file and supply env values for firebase:
```
VITE_FIREBASE_API_KEY=
VITE_FIREBASE_AUTH_DOMAIN=
VITE_FIREBASE_DB_URL=
VITE_FIREBASE_PROJECT_ID=
VITE_FIREBASE_APP_ID=
```