Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pararell/svelte-strapi-template
SvelteKit template for Strapi
https://github.com/pararell/svelte-strapi-template
attractions authorization blog mysql nodemailer seo sqlite ssr strapi svelte sveltejs sveltekit tailwindcss template
Last synced: about 4 hours ago
JSON representation
SvelteKit template for Strapi
- Host: GitHub
- URL: https://github.com/pararell/svelte-strapi-template
- Owner: pararell
- License: mit
- Created: 2021-09-29T11:30:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T09:53:00.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T00:31:54.992Z (over 1 year ago)
- Topics: attractions, authorization, blog, mysql, nodemailer, seo, sqlite, ssr, strapi, svelte, sveltejs, sveltekit, tailwindcss, template
- Language: Svelte
- Homepage: http://svelte.smrtic.eu/
- Size: 1.92 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Strapi - Svelte template
This is simple template created with SvelteKit - you can change data in Strapi
- pages, content and forms and SvelteKit will show result - in server-rendering, so you will have content rendered for SEO.
Strapi is quick and build with Node.js, so no more PHP is needed. In this template you can use MySQL or SQLite. It is more simple to start with SQLite, since you don't need to use external database. To start with Strapi, check documentation
SvelteKit is using node adapter here, but you can also use static adapter, which will create pages for you to prerender it, after you will have the content from Strapi. Also you can use Netlify adapter. More information about SvelteKit is in the documentation. Here I'm using node adapter and nginx to listen port with this subdomain. I'm using Linode - Ubuntu on server.
For styles there is Taiwind and as additional components I'm using Attractions , which is simple but useful CSS library for Svelte.