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

https://github.com/me7/realworld-me


https://github.com/me7/realworld-me

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

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

# Getting started

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

...then open [localhost:3000](http://localhost:3000). To build and start in prod mode:

```bash
npm run sapper
npm start
```