Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sroehrl/svelte-flowbite-boilerplate
General svelte-flowbite starter kit
https://github.com/sroehrl/svelte-flowbite-boilerplate
Last synced: 10 days ago
JSON representation
General svelte-flowbite starter kit
- Host: GitHub
- URL: https://github.com/sroehrl/svelte-flowbite-boilerplate
- Owner: sroehrl
- License: mit
- Created: 2023-07-30T22:29:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-07T02:08:32.000Z (2 months ago)
- Last Synced: 2024-09-08T04:13:11.381Z (2 months ago)
- Language: Svelte
- Size: 293 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REtech svelte kit app starter / boilerplate
Quick start for a svelte PWA powered by flowbite
## Now using svelte kit 2!!
### Preview
[visit @ github pages](https://sroehrl.github.io/svelte-flowbite-boilerplate)
### includes
- typescript
- flowbite
- tailwind
- flowbite icons
- color palette generator
- i18n translations & format handling
- dayjs
- external API for REST backend (we recommend https://lenkrad.neoan3.rocks)
- additional components & tools
- ...## Creating a project using `npx`
- `npx svelte-flowbite-boilerplate@latest `
- check deployment base in `svelte.config.js`## Creating a project using github's repository template
Use the template button at https://github.com/sroehrl/svelte-flowbite-boilerplate to start a new project
- create .env (or .env.development, .env.deployment)
- setup src/lib/colors.js
- change base in `svelte.config.js`
- run `yarn`
- run `yarn dev`## Ready for GitHub pages
This package contains GitHub actions to automatically deploy your app on GitHub pages. To activate, simply go to "Settings > Pages"
and use "GitHub Actions" as your source.