cyclejs-community / create-cycle-app

Create Cycle.js apps with no build configuration.
ISC License
238 stars 21 forks source link

explain flavors in detail #90

Open kristianmandrup opened 7 years ago

kristianmandrup commented 7 years ago

Hi guys,

You are welcome to use this Readme update as you like. At least it helped me better understand how to use flavors. Might be useful for other newbies. A good, clear starting point is essential for any "framework" community ;) Too much information to memorize and assumptions to make otherwise. Sorry to cause so much "trouble"...

Please let me know if I still have some misunderstandings or made some mistakes. My big takeaway is that in order to customise anything, you have to eject and work from there so it really is just a sandbox environment/playground. I understand that the basic concept is taken from React. Wondering why you still are not using inquirer/templates though? Maybe next version! Cheers!