Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewritingcow/fireslack
Clone of Slack chat app. Built with AngularJS and Firebase.
https://github.com/codewritingcow/fireslack
angular angularfire firebase slack
Last synced: about 1 month ago
JSON representation
Clone of Slack chat app. Built with AngularJS and Firebase.
- Host: GitHub
- URL: https://github.com/codewritingcow/fireslack
- Owner: CodeWritingCow
- Created: 2015-11-27T06:50:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T07:36:10.000Z (about 9 years ago)
- Last Synced: 2024-01-17T10:56:29.393Z (12 months ago)
- Topics: angular, angularfire, firebase, slack
- Language: JavaScript
- Homepage: https://codewritingcow-chat.firebaseapp.com/
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularFire Slack
_By Gary Pang_This is an AngularFire clone of the Slack chat app. From the Thinkster tutorial, ["Learn to build a Real-Time Slack clone with AngularFire,"](https://thinkster.io/angularfire-slack-tutorial). Thinkster's original repo is at https://github.com/apai4/fireslack-seed
## Notes from the original readme file
This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.11.1.## Build & development
Run `grunt` for building and `grunt serve` for preview.
## Testing
Running `grunt test` will run the unit tests with karma.