- boilerplate-vite-react
- This project uses React.js, TypeScript and Jest with Vite.
Install the dependencies:
yarn install
Run dev server:
yarn dev
You can run type-checking in watch mode in another terminal, if you may:
yarn type-check --watch
yarn test
To generate the production version, you can run:
yarn build
All files you have to deploy will be located at the dist
directory.
To check if everything will be ok in production before the deployment, you can run this command after yarn build
:
yarn preview