https://github.com/me7/realworld_svelte_nim
https://github.com/me7/realworld_svelte_nim
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/me7/realworld_svelte_nim
- Owner: me7
- Created: 2019-12-13T20:51:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T02:21:19.000Z (over 3 years ago)
- Last Synced: 2023-02-28T17:41:55.476Z (over 3 years ago)
- Language: HTML
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 
https://github.com/gothinkster/realworld
https://github.com/me7/realworld_svelte_nim
## Frontend
Source code live in `src` folder. Build by using svelte framework see [example](https://svelte.dev/examples#each-blocks)
`npm run dev` to start develop
Simply point your [API requests](https://github.com/gothinkster/realworld/tree/master/api) to `https://conduit.productionready.io/api` and you're good to go! try login with ball@realworld.com:password
### packages
* [svelte-spa-router](https://github.com/ItalyPaleAle/svelte-spa-router)
* [svelte-awesome](https://github.com/RobBrazier/svelte-awesome) = font awesome icon
### Backend
srv = code for backend using nim with jester web framework
[Backend API spec](https://github.com/gothinkster/realworld/tree/master/api)
`nimble build` to create server.exe
# How it works
> Describe the general architecture of your app here
# Getting started
> npm install, npm start, etc.