This is a monorepo for the Vite Plugin CSP Guard.
All the apps under /apps
are used to test the plugin.
All the packages under /packages
include the packages im building, as well as some utilities.
Vite Plugin CSP Guard - Available here
corepack enable
pnpm install
To create a new Vite application in the monorepo, use the custom Turborepo generator:
npx turbo gen vite-app
This generator will:
- Create a new Vite application using your selected framework in the
apps
directory - Connect it to the monorepo's shared TypeScript and ESLint configurations
- Add convenient scripts to the root package.json
See the generator documentation for more details.