/generator-react

Yeoman generator for React projects

Primary LanguageJavaScriptMIT LicenseMIT

Generator for React Projects

Yeoman generator for React projects.

Usage

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

Development

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