webcodesk-app
webcodesk-app copied to clipboard
Add option to customize directory structure
Just trying out this app and I like it, so far. One stumbling block, though: we don’t typically use a public folder in our project structure. We use dist, instead. But, when I point Webcodesk at an existing project, it raises errors, saying that a public folder is required.
Could you make public folders optional, and/or allow developers to specify what to use instead of public?
Thanks!
@lhoff, thanks for trying Webcodesk. I can not remove the restriction for the public folder in this version of Webcodesk because it uses create-react-app for building the app, and the create-react-app tool needs this folder.