https://github.com/paralect/hive-sveltekit-starter
https://github.com/paralect/hive-sveltekit-starter
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paralect/hive-sveltekit-starter
- Owner: paralect
- Created: 2024-10-27T10:33:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T11:23:12.000Z (about 1 year ago)
- Last Synced: 2025-01-21T15:49:20.740Z (11 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit Hive starter
[Svelte@5](https://svelte.dev/) + [SvelteKit](https://svelte.dev/docs/kit/introduction) + [Tailwind](https://tailwindcss.com/) + [ShadCN Svelte](https://www.shadcn-svelte.com/)
Attached to [Hive](https://github.com/paralect/hive) auth API endpoints
### Config
Add this to your .env file
```
VITE_API_DOMAIN=http://localhost:3001 # API root url (to be used as base in API calls)
```
### Launch
```bash
# start development mode
npm run dev
```