Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 479 Bytes

Blangko

Start business from a blank project.

This is SPA starter based on Svelte + Routify.

Installation

Clone and select a branch as of your preferd backend.

git clone https://github.com/yus-ham/blangko.git --depth 1 --single-branch -b api-basic <PROJECT_NAME>
cd <PROJECT_NAME>

pnpm install
pnpm build
pnpm start

Demo User

username: admin
password: 123456789

Development

pnpm dev