https://github.com/me7/realworld-me
https://github.com/me7/realworld-me
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/me7/realworld-me
- Owner: me7
- License: other
- Created: 2019-06-19T09:36:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:47:59.000Z (over 3 years ago)
- Last Synced: 2023-02-28T17:41:55.591Z (over 3 years ago)
- Language: HTML
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 
> ### [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
```