Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 135 Bytes

File metadata and controls

14 lines (12 loc) · 135 Bytes

BK21 Frontend

Dev Environment

npm install
npm run dev

Prod Environment

npm install
npm run build
npm run start