All Projects → malgamves → strapi-starter-minimal-sapper-blog

malgamves / strapi-starter-minimal-sapper-blog

Licence: other
A minimal Sapper Blog built with Strapi

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to strapi-starter-minimal-sapper-blog

sveltekit-electron
Minimal Sveltekit + Electron starter template.
Stars: ✭ 146 (+231.82%)
Mutual labels:  svelte, starter-template
sapper-template-rollup
Starter Rollup template for Sapper apps using postcss, cssnano, tailwindcss, and svelte-preprocess.
Stars: ✭ 32 (-27.27%)
Mutual labels:  svelte, sapper-template
svelte-hash-router
tienpv222.github.io/svelte-hash-router
Stars: ✭ 37 (-15.91%)
Mutual labels:  svelte
jsstore-examples
This repo contains examples of jsstore for different frameworks & tools
Stars: ✭ 31 (-29.55%)
Mutual labels:  svelte
devFolio
Portfolio built with React (Gatsby) • Strapi • GraphQL 🎯
Stars: ✭ 25 (-43.18%)
Mutual labels:  strapi
Svelte-Tailwind
Setting up Tailwind CSS in a Svelte project
Stars: ✭ 137 (+211.36%)
Mutual labels:  svelte
website
🏡 My personal website! Now built with Svelte...
Stars: ✭ 18 (-59.09%)
Mutual labels:  svelte
strapi-plugin-import-export-content
Csv and Json import / export content plugin to Strapi
Stars: ✭ 129 (+193.18%)
Mutual labels:  strapi
svelte-micro
Light & reactive one-component router for Svelte
Stars: ✭ 81 (+84.09%)
Mutual labels:  svelte
svelte-parallax
a (small) spring-based parallax component library for Svelte
Stars: ✭ 87 (+97.73%)
Mutual labels:  svelte
svelte-accessible-dialog
An accessible dialog component for Svelte apps
Stars: ✭ 24 (-45.45%)
Mutual labels:  svelte
bob-ross-art-gallery
🖼 A visual, virtual tour of The Joy of Painting, by Bob Ross.
Stars: ✭ 27 (-38.64%)
Mutual labels:  svelte
cakcuk
A Command Bot Interface builder, CLI-based to easily create your CLI commands for your Workspace
Stars: ✭ 13 (-70.45%)
Mutual labels:  svelte
isstrapiready
🚀 Discover the advancement of Strapi for the latest Strapi version and the list of compatible plugins. (Current: v4)
Stars: ✭ 21 (-52.27%)
Mutual labels:  strapi
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (+0%)
Mutual labels:  svelte
webstone
Start your next full-stack application with Webstone and configure it as you go.
Stars: ✭ 71 (+61.36%)
Mutual labels:  svelte
svelte-persistent-store
Persist your svelte store in localStorage or sessionStorage
Stars: ✭ 88 (+100%)
Mutual labels:  svelte
Installer
A simple standalone program which automates the installation, removal and maintenance of BetterDiscord.
Stars: ✭ 1,391 (+3061.36%)
Mutual labels:  svelte
svelte-eslint-parser
Svelte parser for ESLint
Stars: ✭ 30 (-31.82%)
Mutual labels:  svelte
air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+2.27%)
Mutual labels:  starter-template

Minimal Sapper Blog Starter built with Strapi

A minimal Sapper Blog built with Strapi

This starter helps you get started building a blog with Sapper and Strapi. Feel free to fork, edit and customise it for your own use.

Screenshot of Home Page

  • Tutorial Status: In progress

Features

  • Minimal design
  • Page prefetching
  • GraphQL first approach

Content Model

  • Title : Text
  • Description : Text
  • Published : Date
  • Body : Rich Text
  • Slug : Text
  • author : Relation wth User

In the works

  • Article name in page title
  • Post categories

Pages

  • A home page :/
  • An about page :/about
  • An articles page :/articles
  • A single article page :/articles/:Slug

Getting Started

To get started clone the repo

git clone https://github.com/malgamves/strapi-starter-minimal-sapper-blog.git
cd strapi-starter-minimal-sapper-blog

The project has two folders frontend for your Sapper frontend and backend for your Strapi backend.

Frontend

The frontend is built with Sapper. This sets up your frontend.

cd frontend

npm install

Then run npm run dev to start your frontend server.

Backend

The backend is built with Strapi. This sets up your backend.

cd backend

yarn install

Then run yarn develop to start your backend server.

Deployment

You can deploy your frontend by following the Sapper deployment guide.

For your backend, Strapi has numerous options in it's deployment guide.

Contributing

Feel free to send over a PR for any changes you think should be included.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].