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

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

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`