All Projects → sveltejs → Realworld

sveltejs / Realworld

Licence: other
Svelte/Sapper implementation of the RealWorld app

Labels

Projects that are alternatives of or similar to Realworld

Svelte Devtools
An extension that allows inspection of Svelte component hierarchy and state in the Firefox and Chrome developer tools.
Stars: ✭ 484 (-47.56%)
Mutual labels:  svelte
Poi
⚡A zero-config bundler for JavaScript applications.
Stars: ✭ 5,291 (+473.24%)
Mutual labels:  svelte
Selecto
Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
Stars: ✭ 822 (-10.94%)
Mutual labels:  svelte
Obs Web
OBS-web - the easiest way to control OBS remotely
Stars: ✭ 512 (-44.53%)
Mutual labels:  svelte
Sveltestrap
Bootstrap 4 components for Svelte
Stars: ✭ 536 (-41.93%)
Mutual labels:  svelte
Bytemd
A hackable Markdown editor component built with Svelte
Stars: ✭ 656 (-28.93%)
Mutual labels:  svelte
Untrusted Types
Stars: ✭ 473 (-48.75%)
Mutual labels:  svelte
Telegram Standup Bot
Very simple telegram bot for submitting daily standups
Stars: ✭ 20 (-97.83%)
Mutual labels:  svelte
Npmhub
🔎 A browser extension to explore npm dependencies on GitHub repos
Stars: ✭ 542 (-41.28%)
Mutual labels:  svelte
Egjs Infinitegrid
A module used to arrange card elements including content infinitely on a grid layout.
Stars: ✭ 751 (-18.63%)
Mutual labels:  svelte
Plenti
Static Site Generator with Go backend and Svelte frontend
Stars: ✭ 511 (-44.64%)
Mutual labels:  svelte
Community
Svelte community meetups, packages, resources, recipes, showcase websites, and more
Stars: ✭ 533 (-42.25%)
Mutual labels:  svelte
Carbon Components Svelte
Svelte implementation of the Carbon Design System
Stars: ✭ 685 (-25.79%)
Mutual labels:  svelte
Integrations
Ways to incorporate Svelte into your stack
Stars: ✭ 487 (-47.24%)
Mutual labels:  svelte
Svelte Quickstart
Svelte un nuevo framework de JavaScript para construir interfaces de usuario.
Stars: ✭ 16 (-98.27%)
Mutual labels:  svelte
Svelte Grid
A responsive, draggable and resizable grid layout, for Svelte.
Stars: ✭ 473 (-48.75%)
Mutual labels:  svelte
Awesome Svelte Resources
[deprecated for svelte-society/sveltesociety.dev] useful resources for Svelte v3+
Stars: ✭ 607 (-34.24%)
Mutual labels:  svelte
Revelt
Analysis of a project using React and Svelte technologies
Stars: ✭ 20 (-97.83%)
Mutual labels:  svelte
Svelte Types
Typescript definitions for Svelte v3
Stars: ✭ 16 (-98.27%)
Mutual labels:  svelte
Wg Ui
WireGuard Web UI for self-serve client configurations, with optional auth.
Stars: ✭ 690 (-25.24%)
Mutual labels:  svelte

RealWorld Example App

Svelte codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with Svelte including CRUD operations, authentication, routing, pagination, and more.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

Getting started

npm install
npm run dev

...then open localhost:3000. To build and start in prod mode:

npm run build
npm start
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].