Skip to content

SvelteKit implementation of the RealWorld app - in Typescript

Notifications You must be signed in to change notification settings

AntoineBalaine/svelte-realworld-ts

Repository files navigation

RealWorld Example App

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

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

About

SvelteKit implementation of the RealWorld app - in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published