https://github.com/tilap/idealist-poc
Multi user idea list webapp with Meteor (poc)
https://github.com/tilap/idealist-poc
Last synced: over 1 year ago
JSON representation
Multi user idea list webapp with Meteor (poc)
- Host: GitHub
- URL: https://github.com/tilap/idealist-poc
- Owner: tilap
- Created: 2014-11-26T18:27:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T21:53:37.000Z (over 11 years ago)
- Last Synced: 2025-02-05T10:34:42.442Z (over 1 year ago)
- Language: CSS
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IdeaList
> This code is a poc (that works, but a poc w/ ugly code)
Idealist is a basic app that let user post idea and vote for them. It's just a usecase app to test [Meteor](https://www.meteor.com/)
## Features
The target of this poc is in [that gist](https://gist.github.com/tilap/a83dc58c17679dd8013a) (in french - sorry)
## Use it
```
curl https://install.meteor.com/ | sh
cd
git clone git@github.com:tilap/idealist-poc.git
cd idealist-poc
meteor
```