https://github.com/kevinhellos/starter-kit-web-app
Starter Kit web app template with Firebase auth
https://github.com/kevinhellos/starter-kit-web-app
Last synced: 9 months ago
JSON representation
Starter Kit web app template with Firebase auth
- Host: GitHub
- URL: https://github.com/kevinhellos/starter-kit-web-app
- Owner: kevinhellos
- License: mit
- Created: 2024-01-23T10:05:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T10:09:56.000Z (over 2 years ago)
- Last Synced: 2025-10-14T18:39:29.898Z (9 months ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web App Starter Kit
This is a React App Starter Kit, bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Installing all dependencies
To install all dependencies, run:
### `npm install`
## Pre Installed Configuration
This Starter Kit has been pre-configured with:
- UI Library - Boostrap version 4.6.2
- Icons Library - Font Awesome 6 (CDN)
- Font - Google Font (CDN)
- React Hot Toast
- Routing - React Router version 5
- Firebase
- Firebase CLI Tools
- Authentication - Firebase Auth
## Running Locally
There are setups to complete before getting your Starter Kit up and running.
### Firebase Setup
- Go to console.firebase.google.com and create a new project
- Setup a web app project
- In Firebase: Go to Project settings -> General -> SDK setup and configuration -> Config
- Copy paste the values in order(top to bottom) into the
.envfile - In Firebase: Click Build -> Authentication -> Sign-in method ->Google -> turn on (DO NOT configure any web SDK/ client SDK)
Once done, run:
### `npm run start`