First of all this is a great boilerplate, one of the best I found in terms of simplicity. However since I'm pretty new with all these modern JS frameworks I find a bit confusing having an examples folder because its running its own server (devServer.js) and is not using a layout like in the root folder (render-layout.js)
Wouldn't it be easier that the examples use the same files that the app located in root? Or maybe not having an example folder at all and adding examples as 'tags' in the repository branch instead.
First of all this is a great boilerplate, one of the best I found in terms of simplicity. However since I'm pretty new with all these modern JS frameworks I find a bit confusing having an examples folder because its running its own server (devServer.js) and is not using a layout like in the root folder (render-layout.js)
Wouldn't it be easier that the examples use the same files that the app located in root? Or maybe not having an example folder at all and adding examples as 'tags' in the repository branch instead.