**
⚠️ Attention: Moving from CRA to Vite**
This repo was previously known asreact-ts-start-pack
. The first version was built on top of Create React App and it can still be found under the v1 tag. Version 2 now uses Vite as the bundler tool to provide a much better DX: faster start-ups with HMR, more flexible, smaller packages etc.
✅ Vite with TypeScript template
✅ ESLint
✅ Prettier
✅ Github Actions
✅ Vitest
✅ Codecov
✅ React Router v6
✅ Mantine
⬜️ Private components with mock authentication structure
⬜️ React Hook Form
⬜️ React Query
This project was created with Vite.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.
The page will reload if you make edits.
Launches the test runner in the interactive watch mode.
See the Vitest guide for more information.
Builds the app for production to the dist
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Previewing the production build locally (meant as a production server)
Run ESLint to statically analyze project source code and find problems
You can learn more in the Vite documentation.
To learn React, check out the React documentation.