Boilerplate for starting Typescript React app Project using Vite as it's bundler and Yarn Berry v3
yarn dev
: Run dev server
yarn build
: Build Production Bundle
yarn preview
: Locally Preview Production Builds
yarn lint
: Run linter
Eslint + Prettier configured
Husky configured to run prettier on commit