All Projects → joshnuss → blog-template

joshnuss / blog-template

Licence: other
A markdown-style blog template for Sapper

Programming Languages

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

Projects that are alternatives of or similar to blog-template

auth
Sapper Authentication Implementation for Wordpress
Stars: ✭ 18 (-37.93%)
Mutual labels:  svelte, sapper
cakcuk
A Command Bot Interface builder, CLI-based to easily create your CLI commands for your Workspace
Stars: ✭ 13 (-55.17%)
Mutual labels:  svelte, sapper
year-in-dev
A web tool tool that displays a summary of your DEV.to blog's stats!
Stars: ✭ 22 (-24.14%)
Mutual labels:  svelte, sapper
Junglejs
The Jamstack static site framework for Svelte
Stars: ✭ 246 (+748.28%)
Mutual labels:  svelte, jamstack
sapper-httpclient
An isomorphic http client for Sapper
Stars: ✭ 48 (+65.52%)
Mutual labels:  svelte, sapper
sensor.community
✨ new shiny website built with svelte ❤️ for dust and noise measuring project 👉 https://sensor.community
Stars: ✭ 45 (+55.17%)
Mutual labels:  svelte, sapper
form-validation
FormValidation, the best validation library for JavaScript
Stars: ✭ 137 (+372.41%)
Mutual labels:  svelte, sapper
sapper-postcss-template
A template that includes Sapper for Svelte and PostCSS preprocessing with Tailwind CSS
Stars: ✭ 84 (+189.66%)
Mutual labels:  svelte, sapper
sapper-typescript-esbuild-template
Sapper template with ESBuild and TypeScript
Stars: ✭ 18 (-37.93%)
Mutual labels:  svelte, sapper
svelte-commerce
Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, Typescript, Open Source, MIT license. 1 command deploy to your own server, 1 click deploy to netlify.
Stars: ✭ 695 (+2296.55%)
Mutual labels:  svelte, sapper
Plenti
Static Site Generator with Go backend and Svelte frontend
Stars: ✭ 511 (+1662.07%)
Mutual labels:  svelte, jamstack
svelte3-translation-ru
Russian translation of the official Svelte resources
Stars: ✭ 49 (+68.97%)
Mutual labels:  svelte, sapper
SENT-template
Skip setup and start code with SENT (Sapper Express Node Template) and other tools
Stars: ✭ 69 (+137.93%)
Mutual labels:  svelte, sapper
upswyng
UpSwyng is a mobile-ready, digital directory of resources to assist the unhoused and at-risk communities of Boulder, CO
Stars: ✭ 19 (-34.48%)
Mutual labels:  svelte, sapper
sapper-template-rollup
Starter Rollup template for Sapper apps using postcss, cssnano, tailwindcss, and svelte-preprocess.
Stars: ✭ 32 (+10.34%)
Mutual labels:  svelte, sapper
svelte-cloudinary
Cloudinary SDK for Svelte
Stars: ✭ 13 (-55.17%)
Mutual labels:  svelte, sapper
sirix-svelte-frontend
A GUI console for SirixDB, using Svelte/Sapper.
Stars: ✭ 23 (-20.69%)
Mutual labels:  svelte, sapper
status-page
⬆️🌐 Static status page website for Upptime
Stars: ✭ 94 (+224.14%)
Mutual labels:  svelte, sapper
svelteit
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
Stars: ✭ 64 (+120.69%)
Mutual labels:  svelte, sapper
svelte-fast-dimension
Fast dimension bindings using ResizeObservers
Stars: ✭ 23 (-20.69%)
Mutual labels:  svelte

Sapper blog example

Example markdown-style blog using Sapper.

Links

Getting started

Clone the repo

npx degit joshnuss/blog-template my-blog

Running the project

Install dependencies and run the project in development mode with:

cd my-blog
yarn
yarn dev

Open up localhost:3000 and start clicking around.

Consult sapper.svelte.dev for help getting started.

Structure

Posts are stored in the posts folder and pages are in the src/routes folder

Production mode and deployment

To generate a production version of your app, run yarn export and then deploy it. You can use any host, for example zeit npm install -g vercel:

yarn export
vercel

License

MIT

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].