The package manager (npm or yarn or pnpm or bun) creates this directory to store the dependencies of your project.
npm
yarn
pnpm
bun
.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