-
Notifications
You must be signed in to change notification settings - Fork 0
Fast React MVP
AlexGaiser edited this page May 30, 2021
·
1 revision
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)