https://github.com/rubilmax/react-generator
Template minimal setup for React, with generators
https://github.com/rubilmax/react-generator
Last synced: about 1 year ago
JSON representation
Template minimal setup for React, with generators
- Host: GitHub
- URL: https://github.com/rubilmax/react-generator
- Owner: Rubilmax
- Created: 2020-10-29T10:47:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-14T12:32:06.000Z (over 5 years ago)
- Last Synced: 2025-02-06T13:33:37.643Z (over 1 year ago)
- Language: Handlebars
- Size: 564 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- 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`