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

https://github.com/danielsharkov/dgraph_graphql_go_svelte

A frontend implementation for romshark/dgraph_graphql_go based on Svelte
https://github.com/danielsharkov/dgraph_graphql_go_svelte

Last synced: 2 months ago
JSON representation

A frontend implementation for romshark/dgraph_graphql_go based on Svelte

Awesome Lists containing this project

README

        

# [Progressive Web App](https://developers.google.com/web/progressive-web-apps) in [Svelte](https://svelte.dev)
A frontend implementation for [romshark/dgraph_graphql_go](https://github.com/romshark/dgraph_graphql_go)

- [x] [Svelte](https://svelte.dev)
- [x] [Dgraph-GraphQL-Go API](https://github.com/romshark/dgraph_graphql_go)
- [x] [SPA (Routing)](https://github.com/DanielSharkov/svelte-router)
- [x] [CSS Preprocessor (Stylus)](http://stylus-lang.com)
- [ ] PWA
- [ ] GraphQL Caching
- [ ] SSR

## Getting Started

Install the dependencies

```bash
cd dgraph_graphql_go_svelte
npm i
```

then start webpack in development mode

```bash
npm run dev
```

Now you're ready to go. Open [localhost:8081](http://localhost:8081) in your browser and have fun!