bagas 597475ac8d
Docker Build and Push / build-and-push (push) Successful in 6m49s
update: removing first name and last name field
2026-03-01 20:24:35 +07:00
2026-02-22 01:52:41 +07:00
2026-02-22 19:04:42 +07:00
2026-02-21 17:41:24 +07:00
2026-02-24 09:17:06 +07:00
2026-02-21 17:41:24 +07:00
2026-02-22 19:04:42 +07:00
2026-02-21 17:41:24 +07:00
2026-02-21 17:41:24 +07:00
2026-02-21 17:41:24 +07:00

Ristek Task Frontend

📄 Catatan Deployment: Cara deployment menggunakan Docker Compose sudah disertakan di dalam submisi PDF.


Prasyarat

Pastikan sudah terinstall:


Cara Menjalankan Secara Lokal

⚠️ Perhatian Pastikan applikasi backend sudah berjalan dan dapat di akses.

1. Clone Repository

git clone https://github.com/fossyy/ristek-task-fe
cd ristek-task-fe

2. Konfigurasi Environment

Buat file .env di root project:

VITE_API_BASE_URL=http://localhost:8080

3. Install Dependencies

npm install

4. Jalankan Aplikasi (Development)

npm run dev

Aplikasi akan berjalan di http://localhost:5173.

5. Build & Jalankan Production

npm run build
npm run start

Aplikasi production berjalan di http://localhost:3000.


Environment Variables

Variable Wajib Default Keterangan
VITE_API_BASE_URL URL backend API
S
Description
No description provided
Readme 308 KiB
Languages
TypeScript 94%
CSS 5.4%
Dockerfile 0.6%