Skip to content

miku0129/prj_svelte_graphql_todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple to-do app created using with Svelte and GraphQL.

Note that you will need to have Node.js installed.


svelte app

app-image

Before excute client, Graqhql server is required. If not yet, check this.

npx postgraphile -c 'postgres://<user name>:<pass>@localhost/<database name>' --watch -p 5050 --cors

↑You need to set 'id' as primary key. Otherwise CRUD operation is not avairable.

Get started

Clone this repository...

Install the dependencies...

cd prj_svelte_graphql_todolist
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.

About

Simple to-do app created using with Svelte and GraphQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published