This project provides a minimal setup to get React working in Vite with HMR (Hot Module Replacement) and some ESLint rules.
- React + Vite: Fast and efficient development setup.
- HMR: Hot Module Replacement for instant updates.
- ESLint: Code linting for maintaining code quality.
Currently, two official plugins are available:
@vitejs/plugin-react
: Uses Babel for Fast Refresh.@vitejs/plugin-react-swc
: Uses SWC for Fast Refresh.
- public/: Public assets.
- src/: Source code.
- .github/: GitHub configuration files.
- index.html: Main HTML file.
- server.mjs: Simple server implementation to track views.
- Clone the repository:
git clone https://github.com/Sve-nnN/juan-tech.git
Install dependencies: npm install
Run the development server: npm run dev
License This project is licensed under the MIT License. See the LICENSE file for details.
Security For security issues, please refer to the SECURITY.md file.
Contributions Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines.
Happy coding!
Feel free to customize this further to fit your project's nee