Also, most cloud providers, e.g. Netlify and Vercel, expect package.json
to be at the root folder.
How do I migrate, for example, from Nuxt to Hugo?
My usual solution? I generally structure like a monorepo.
.gitignore # for macOS specific ignores
README.md
packages/
web/
So that I can add packages/backend/
, if required.
Top comments (1)
To anti the norm, you can always do this,
And use it as,