Even though underreact would be relatively easy to get started with. A user interested in prototyping might have to do bunch of chores to get the full experience:
setup babelrc
setup jest
setup stickler
create package.json and other files
setup deploy hooks like gh-pages
a demo src folder with a worker react hello world component.
I was wondering about having an interactive CLI scaffolding tool, which asks you a bunch of questions and sets up the whole thing. This would make all of the stickler apps consistent and reduce the amount of work to get started with the real stuff.
Even though underreact would be relatively easy to get started with. A user interested in prototyping might have to do bunch of chores to get the full experience:
I was wondering about having an interactive CLI scaffolding tool, which asks you a bunch of questions and sets up the whole thing. This would make all of the stickler apps consistent and reduce the amount of work to get started with the real stuff.
@mapbox/frontend-platform thoughts ?