https://github.com/poetic/meteor-chat
chat app demo
https://github.com/poetic/meteor-chat
Last synced: 3 months ago
JSON representation
chat app demo
- Host: GitHub
- URL: https://github.com/poetic/meteor-chat
- Owner: poetic
- Created: 2015-04-28T22:35:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T22:46:57.000Z (about 10 years ago)
- Last Synced: 2025-01-24T17:14:38.439Z (5 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup:
1. clone the repo:
```
git clone [email protected]:poetic/meteor-chat.git
```
2. run:
```
curl https://install.meteor.com/ | sh
```
3. start meteor
```
cd meteor-char
meteor
```
4. checkout the app and start hacking!
```
localhost:3000
```# DOC:
- https://www.meteor.com/try/2
- http://docs.meteor.com/#/basic/