Welcome to the Auto Report Generator project! This application is built using React, TypeScript, and Vite. It provides a streamlined setup to kickstart your development process, including Hot Module Replacement (HMR) for a seamless development experience and a set of basic ESLint rules to ensure code quality.
- Node.js version 18.19.1 or higher
- Yarn version 4.1.1
The template currently uses two official plugins:
- @vitejs/plugin-react: This plugin uses Babel for Fast Refresh.
- @vitejs/plugin-react-swc: This plugin uses SWC for Fast Refresh.
The template comes with a basic ESLint configuration. If you are developing a production application, we recommend expanding the configuration to enable type-aware lint rules. Here's how you can do it:
To get started with this template, clone the repository and install the dependencies:
git clone cd yarn install
Then, you can start the development server:
yarn dev
Open http://localhost:5173 to view your application in the browser. The page will automatically reload if you make changes to the code.