Closed rrcampbell-exe closed 2 years ago
Instead of asking a yes or no question multiple times, users could be forced to choose one of the available options using checkbox
or list
instead of confirm
from Inquirer.
There are ultimately three options provided, after all (FE, FE + Server, FE + Server + DB), and asking users which they'd prefer presents the need for logic to push users back to question 2 as suggested above.
Furthermore, in order to embrace a more iterative development process, this issue should be broken into multiple issues, with each option (FE only and FE + Server) having their own issue created.
Functionality has now been built in to create front-end only projects. The work that still remains on this issue includes using checkbox
or list
instead of confirm
from Inquirer. See comment above for additional details.
This is now closed with today's merge.
Currently, users are only able to create full MERN stack projects.
As a user, I want to be able to choose be presented with the following options when running
npm start
ornode index
.