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
- Host: GitHub
- URL: https://github.com/akullpp/generator-react
- Owner: akullpp
- License: mit
- Created: 2019-12-04T08:55:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T04:37:26.000Z (over 3 years ago)
- Last Synced: 2025-03-06T05:33:16.543Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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