react-website-starter icon indicating copy to clipboard operation
react-website-starter copied to clipboard

Update x0 and styled-system

Open jxnblk opened this issue 6 years ago • 1 comments

Currently this still builds to the root directory, and with the new x0 routing, means that folders for each of the components in src/ will be created. I can update the PR to create separate pages/ and components/ folders (or similar) if that's helpful

jxnblk avatar Jul 16 '18 23:07 jxnblk

Currently this still builds to the root directory, and with the new x0 routing, means that folders for each of the components in src/ will be created. I can update the PR to create separate pages/ and components/ folders (or similar) if that's helpful

Thanks for this! I prefer this folder structure:

  • src/ for components etc.
  • pages/ for index.js & app.js etc.
  • docs/ for the output directory so that it works with github pages.

broccolini avatar Jul 17 '18 03:07 broccolini