Hi Team JAMIs! This is boilerplate config code I wrote/stole that should serve well to bootstrap our frontend.
Install Degit (Made by the creator of Svelte, and Rollup (Vite uses rollup! Wawaweewoo!))
npm i -g degit
Create the project.
npx degit https://github.com/MillerJ20/vite-react-ts-tw-jest app-name
Access the project directory.
cd my-app
Install dependencies.
npm i
Serve with hot reload at http://localhost:5173.
npm run dev
npm run lint
npm run build
npm run format
npm run test