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

https://github.com/akullpp/generator-react

Yeoman generator for React projects
https://github.com/akullpp/generator-react

Last synced: 9 months ago
JSON representation

Yeoman generator for React projects

Awesome Lists containing this project

README

          

# Generator for React Projects

[Yeoman](https://yeoman.io) generator for React projects.

## Usage

```sh
git clone https://github.com/akullpp/generator-react.git
cd generator-react
npm link
npx yo react
```

## Stack

### Production

- axios
- create-react-app
- material-ui with icons
- react-dom
- react-router
- styled-components

### Optional

- Date and time: [date-fns](https://github.com/date-fns/date-fns)
- Internationalization: [react-i18next](https://github.com/i18next/react-i18next)

### Development

- concurrently
- editorconfig
- eslint according to Airbnb styleguide
- husky with lint-staged and pretty-quick
- prettier
- react-testing-library with jest-dom