The package manager (npm or yarn or pnpm or bun or deno) creates this directory to store the dependencies of your project.
npm
yarn
pnpm
bun
deno
.gitignore
modules
Use the modules/ directory to automatically register local modules within your application.
public
The public/ directory is used to serve your website's static assets.
Community