Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yus-ham/blangko
Start business from a blank project.
https://github.com/yus-ham/blangko
bun polkadot routify svelte yii2
Last synced: 20 days ago
JSON representation
Start business from a blank project.
- Host: GitHub
- URL: https://github.com/yus-ham/blangko
- Owner: yus-ham
- License: mit
- Created: 2021-06-18T05:49:06.000Z (over 3 years ago)
- Default Branch: api-basic
- Last Pushed: 2023-10-08T18:47:30.000Z (about 1 year ago)
- Last Synced: 2023-10-09T18:32:00.249Z (about 1 year ago)
- Topics: bun, polkadot, routify, svelte, yii2
- Language: JavaScript
- Homepage: https://blangko.pages.dev
- Size: 710 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blangko
Start business from a blank project.This is SPA starter based on [Svelte](https://svelte.dev) + [Routify](https://routify.dev).
### 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
cdpnpm install
pnpm build
pnpm start
```### Demo User
> username: admin
password: 123456789### Development
```
pnpm dev
```