Update README.md

This commit is contained in:
2026-06-09 13:05:20 +00:00
parent 2d8917af26
commit 6eb1e1bb4b
+23 -11
View File
@@ -1,16 +1,28 @@
# React + Vite # UAS WebGIS - Sistem Informasi Geografis Pemetaan Kemiskinan
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. ### Identitas Mahasiswa
* **Nama:** Johanes Satria Christio
* **NIM:** D1041231076
* **Kelas:** SIG B
Currently, two official plugins are available: ---
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs) ## 📌 Deskripsi Proyek
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) Proyek ini merupakan WebGIS yang dirancang untuk memetakan data kemiskinan warga. Aplikasi ini dibangun menggunakan React dan Vite dengan fitur utama:
* Dashboard statistik data kemiskinan warga menggunakan Recharts.
* Visualisasi peta spasial sebaran kemiskinan menggunakan Leaflet.
* Manajemen data warga dan proses verifikasi status kemiskinan.
## React Compiler ## 🛠️ Tech Stack & Library
* **Frontend Framework:** React.js (Vite)
* **Styling:** Tailwind CSS
* **Mapping Library:** React-Leaflet / Leaflet.js
* **Charts Library:** Recharts
The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation). ## 🚀 Cara Menjalankan Proyek Secara Lokal
1. Clone repositori ini atau download file ZIP-nya.
## Expanding the ESLint configuration 2. Buka terminal di dalam folder proyek, lalu install *dependencies*:
```bash
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project. npm install
npm run dev
Buka tautan lokal yang muncul di terminal (http://localhost:5173).