https://github.com/rubilmax/react-firebase-generator
React + Firebase generator
https://github.com/rubilmax/react-firebase-generator
Last synced: about 1 year ago
JSON representation
React + Firebase generator
- Host: GitHub
- URL: https://github.com/rubilmax/react-firebase-generator
- Owner: Rubilmax
- Created: 2021-02-14T15:31:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T14:49:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T13:33:46.836Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Generator
Template repository to build a React app enforcing standards listed in [my Medium article]()
## Installation
- Clone this repository
- Install packages: `yarn`
- You're good to go!
## Usage
- Generate a new element: `yarn gen`
- Format your code: `yarn prettier`
- Run tests: `yarn test`