Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkweon/question-vote-realtime-elm
Realtime Question Asking App. For conferences, seminar, etc. Local Demo Version can be found in the following link
https://github.com/kkweon/question-vote-realtime-elm
elm
Last synced: about 1 month ago
JSON representation
Realtime Question Asking App. For conferences, seminar, etc. Local Demo Version can be found in the following link
- Host: GitHub
- URL: https://github.com/kkweon/question-vote-realtime-elm
- Owner: kkweon
- Created: 2017-09-20T00:15:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T23:32:21.000Z (over 6 years ago)
- Last Synced: 2024-10-29T08:05:25.440Z (3 months ago)
- Topics: elm
- Language: JavaScript
- Homepage: https://kkweon.github.io/question-vote-realtime-elm/
- Size: 3.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Real-time Question Platform
#+HTML:
- Question can be written anonymously online.
- Can vote
- Can be used in a small talk, seminar, conference, etc* Build
- NPM(NodeJS)
- ELM
#+BEGIN_SRC bash
npm install
elm-package install
#+END_SRC* Run
#+BEGIN_SRC bash
nf start
#+END_SRC