Skip to content

AlberthYap/article-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Article App

Frontend untuk menampilkan dan mengelola artikel (Published / Draft / Trashed), tambah artikel baru, edit, dan preview.

Requirements

  • Node.js 18+

Install

npm install

Run (Development)

npm run dev

Buka: http://localhost:5173

Build

npm run build
npm run preview

Environment

Buat file .env:

VITE_API_BASE_URL=http://localhost:8080

Di code akses dengan: import.meta.env.VITE_API_BASE_URL (env di Vite harus prefix VITE_). [web:508]

API Base URL

Pastikan backend jalan di http://localhost:8080 atau lainnya sesuai dengan API berjalan.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors