Example plugandwork app
Installation
Requirements
cp .env.local.example .env.local
npm install
npm run dev
You can set VITE_DEV_CLIENT_TOKEN
in the .env.local
file to use a static token for the client.
By default, the paw dependencies (core-js, core-react and core-frontend) are redirected to local paths in the tsconfig.json
file. Think to remove them if you want to use the npm package or to change the path to the local package.
Tailwind
- Think to verify the taildwind content array in
tailwind.config.js
. This array is used to purge the css and remove unused classes.