https://github.com/nebomilic/shared_todo_list
A simple shared todo list, done in Elixir Phoenix & Preact + Typescript
https://github.com/nebomilic/shared_todo_list
elixir-lang elixir-phoenix phoenix-channels preact redu typescript web-sockets
Last synced: 24 days ago
JSON representation
A simple shared todo list, done in Elixir Phoenix & Preact + Typescript
- Host: GitHub
- URL: https://github.com/nebomilic/shared_todo_list
- Owner: nebomilic
- Created: 2019-01-02T00:39:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T22:34:21.000Z (about 7 years ago)
- Last Synced: 2025-01-24T18:28:33.488Z (over 1 year ago)
- Topics: elixir-lang, elixir-phoenix, phoenix-channels, preact, redu, typescript, web-sockets
- Language: Elixir
- Homepage:
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SharedTodo
This is a simple demo for usage of Phoenix Channels with Preact & Typescript.
The app allows multiple visitors to edit the todo list simultaneously in realtime.
## Getting Started
To get the app running:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.