Project Structure
Last updated
Was this helpful?
Last updated
Was this helpful?
Novel adopts a monorepo approach made available by NPM. Workspaces for pnpm and yarn are different to NPM as everything is hoisted to the root node_modules. This allows to reference code easily in imports.
You can inspect Novel Web's project structure here
Novel API follows a similar structure
2024-12-20 - Initial Documentation