Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/sveltejs/realworld

SvelteKit implementation of the RealWorld app
https://github.com/sveltejs/realworld

Last synced: about 1 month ago
JSON representation

SvelteKit implementation of the RealWorld app

Lists

README

        

# ![RealWorld Example App](logo.png)

> ### [Svelte](https://github.com/sveltejs/svelte) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

### [Demo](https://realworld.svelte.dev)    [RealWorld](https://github.com/gothinkster/realworld)

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](https://github.com/gothinkster/realworld) repo.

## Running locally

```bash
npm install
npm run dev
```

To build and start in prod mode:

```bash
npm run build
npm run preview
```