svelte-realworld-ts Svelte Themes

Svelte Realworld Ts

SvelteKit implementation of the RealWorld app - in Typescript

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

Demo    RealWorld

WIP, use at your own risk

This codebase was created to demonstrate a fully fledged fullstack application built with SvelteKit 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.

Running locally

npm install
npm run dev

To build and start in prod mode:

npm run build
npm run preview

Todo:

  • Article List
  • Article Content
  • Article Comments
  • Login
  • Register
  • Profile View
  • Profile Edit
  • Tag Cloud
  • Articles for Tag
  • Favourite Article
  • Follow Author
  • Create Article
  • Update Article
  • Delete Article
  • Comment on Article
  • Delete Comment
  • Custom feed

Top categories

Loading Svelte Themes