An open API service indexing awesome lists of open source software.

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

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 🔧