iawaknahc / create-my-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are included

  1. browserslist
  2. flow
  3. eslint
  4. stylelint
  5. prettier
  6. SASS
  7. CSS Modules
  8. eslint-plugin-flowtype
  9. redux, react-redux and redux-thunk

What are excluded

  1. CSS
  2. testing

How to customize

  1. Edit .browserslistrc to customize browserslist
  2. Edit .flowconfig to customize flow
  3. Edit .eslintrc.js to customize eslint
  4. Edit .stylelintrc.js to customize stylelint
  5. Edit .prettierrc.js to customize prettier

How to upgrade

  1. Merge upstream changes and re-apply custom changes for the forked react-scripts
  2. Update eslint-config-react-app
  3. Consult create-react-app upgrade guide if needed

About

License:MIT License


Languages

Language:HTML 61.7%Language:JavaScript 24.2%Language:CSS 14.1%