Closed jschroed91 closed 7 years ago
src/styles makes sense to me. In the instance of a project that also has a styleguide, we could do one of two things:
@beckkramer Ooo, what is your preference? The second option is very appealing to me, but not sure if there are trade offs?
After discussing with @beckkramer - we are going with option 2 from above as the preferred approach, and we will incorporate support for the styleguide as part of the starter kit.
This means I'll be adding more to this root project structure shortly
@beckkramer @caxy/caxy-front-end-developers Alright - updated the root project structure to include:
src/styles
src/styleguide
src/styleguide/pattern-markup
Looking for further review and approval
Proposal for #1
Proposed Root Project Structure
I took some liberties on also defining
src/index.html
andsrc/main.js
here - we're going to need to define a entry template and JS file when we implement a build tool, so I went for it now.Also, @beckkramer - does src/styles make sense, or were you thinking something else?