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
- Host: GitHub
- URL: https://github.com/danielsharkov/dgraph_graphql_go_svelte
- Owner: DanielSharkov
- License: mit
- Created: 2019-05-23T19:57:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T14:12:21.000Z (over 5 years ago)
- Last Synced: 2025-01-16T01:28:13.101Z (4 months ago)
- Language: HTML
- Size: 229 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!