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
- Host: GitHub
- URL: https://github.com/androfficial/react-auth-app
- Owner: androfficial
- Created: 2022-03-15T17:59:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T12:52:56.000Z (over 4 years ago)
- Last Synced: 2025-07-03T22:43:04.577Z (about 1 year ago)
- Topics: firebase, react-hooks, react-router-dom, reactjs, redux-toolkit, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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