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

https://github.com/androfficial/react-auth-app

A small app to practice with firebase
https://github.com/androfficial/react-auth-app

firebase react-hooks react-router-dom reactjs redux-toolkit tailwindcss typescript

Last synced: 3 months ago
JSON representation

A small app to practice with firebase

Awesome Lists containing this project

README

          

## :scorpion: React Auth App

### :link: Installation

#### Clone repo

```bash
https://github.com/androfficial/react-auth-app.git
```

#### Install dependencies

```bash
npm i
```

```bash
yarn install
```

---

### :recycle: Available Scripts and Commands

#### Run app

```bash
yarn run start
```

#### Build app

```bash
yarn run build
```

#### Scripts:

- `eslint` - static analysis of scripts
- `eslint:fix` - fix scripts errors
- `stylelint` - static analysis of styles
- `stylelint:fix` - fix styles errors
- `format` - check if files are formatted
- `format:fix` - format files

---

### :hammer_and_wrench: Stack:

- ReactJS
- React Hooks
- React Router Dom
- Redux Toolkit
- TypeScript
- Firebase
- Tailwindcss