Template for vite, React + tailwindcss + TypeScript projects with some tools preconfigured.
Template for vite, React + tailwindcss + TypeScript projects with some tools preconfigured.
Create a new project from this template by clicking the "Use this template" button:
yarn
yarn dev
yarn test
yarn lighthouse
will test the BUILD of the project, so if there is no build present you will need to run yarn build
initially.
yarn lighthouse:remote
will test the UAT URL for the project, so you will need to configure that in lighthouserc.json
.
This is done so that local testing will reflect UAT as closely as possible, with the build process having minified the JS, CSS, etc...