Skip to content

iqbalperkasa/kby-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kby-website

Panduan development

$ git clone git@github.com:iqbalperkasa/kby-website.git
$ cd kby-website
$ npm install

Jalankan server frontend di local.

$ npm run dev # http://localhost:1234, HMR activated (auto reload)

(Opsional). Jalankan server backend di local.

$ npm install -g now@latest # instal now cli
$ now dev # http://localhost:3000, auto reload

Production

Setiap push commit ke remote, otomatis akan terdeploy oleh Vercel di branch remote tersebut, atau bisa deploy manual dari local:

$ now