Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phochste/acmebase
Base svelte app with a Solid Login
https://github.com/phochste/acmebase
app solid svelte
Last synced: about 2 months ago
JSON representation
Base svelte app with a Solid Login
- Host: GitHub
- URL: https://github.com/phochste/acmebase
- Owner: phochste
- License: gpl-3.0
- Created: 2022-06-13T17:04:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T08:57:36.000Z (about 1 year ago)
- Last Synced: 2024-10-30T16:09:33.905Z (3 months ago)
- Topics: app, solid, svelte
- Language: Svelte
- Homepage: https://acmebase.patrickhochstenbach.net
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AcmeBase
A base implementation of a Solid App with login using svelte
# Usage
```
npx degit phochste/AcmeBase my-solid-appcd my-svelte-project
npm install
npm run dev
```