https://github.com/hamzaerbay/firebase-auth
React firebase authentication experiment via email&pass
https://github.com/hamzaerbay/firebase-auth
authentication authorization es6 eslint experiment firebase react
Last synced: 2 months ago
JSON representation
React firebase authentication experiment via email&pass
- Host: GitHub
- URL: https://github.com/hamzaerbay/firebase-auth
- Owner: hamzaerbay
- License: mit
- Created: 2017-12-26T20:03:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T05:35:06.000Z (almost 8 years ago)
- Last Synced: 2025-05-31T19:42:12.742Z (about 1 year ago)
- Topics: authentication, authorization, es6, eslint, experiment, firebase, react
- Language: JavaScript
- Homepage: https://hamzaerbay.github.io/firebase-auth/
- Size: 419 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Builded with React Starter Kit
https://github.com/hamzaerbay/react-starter-kit
## React Starter Kit
Easy to use configurable starter kit for small sized projects.
## What's it all about?
Built from scratch and added the base component and lint rules for the beautiful codebase. Using a lightweight CSS framework that [Bulma.io](https://github.com/jgthms/bulma).
Base lint rules added for code quality. StyleLint rules extended [styleLint](https://stylelint.io/) and esLint rules extended [Airbnb](https://github.com/airbnb/javascript).
Containing my [vsCode](https://code.visualstudio.com/) editor settings.
## Getting started
### Clone
```
$ git clone https://github.com/hamzaerbay/react-starter-kit.git
$ cd
```
### Install dependencies
```
npm install / yarn install
```
### Build with webpack dev server
Deploying for local usage if you don't want use webpack dev server run `npm/yarn run dev`.
```
npm run dev-server / yarn run dev-server
```
visit the http://localhost:9000/
### Build for production
Deploying everything for production.
```
npm run prod / yarn run prod
```
### Testing
Installed JEST testing framework
You can find further information on this [doc](https://facebook.github.io/jest/) also there is a [cheatsheet](https://github.com/sapegin/jest-cheat-sheet)
```
npm run test / yarn run test
```
## How can I support?
- Star our GitHub repo ⭐️
- Create pull requests, submit bugs, suggest new features or documentation updates 🔧