@vtex/raccoon-dev
v1.0.0
Published
This is the development setup for Next.js apps to run locally while accessing VTEX services, not necessarily within the Admin, like when developing Next.js Admin Apps without using this package.
Downloads
672
Maintainers
Keywords
Readme
@vtex/raccoon-dev
This is the development setup for Next.js apps to run locally while accessing VTEX services, not necessarily within the Admin, like when developing Next.js Admin Apps without using this package.
For more information about this package, read its API Reference at https://admin-platform.vtex.com/raccoon/api-reference/raccoon-dev.
Development
Once you've made changes to the code, you can test them by running the development server:
pnpm dev
To test these changes on the example applications, jump into them, build the package, and start them:
pnpm run build
cd {some-example-app}
pnpm i
pnpm run dev:local