Skip to content

Fast React MVP

AlexGaiser edited this page May 30, 2021 · 1 revision

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)
Clone this wiki locally