react-website-starter
react-website-starter copied to clipboard
Update x0 and styled-system
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
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/
forindex.js
&app.js
etc. -
docs/
for the output directory so that it works with github pages.