Fast React MVP - AlexGaiser/fast-react GitHub Wiki

MVP for project

MVP should include:

  • ability to name project
  • opinionated folder structure
  • default dependencies installed
  • user defined dependencies installed
  • functioning react app
  • start scripts (follow same convention as react-app)
  • Babel / Webpack configs exposed
  • hot loading of UI
  • Jest as default testing library (optional flag, minimal)
  • template flags (preconfigured options so user doesn't need many flags for common)
  • eslint and prettier (optional flag)