https://github.com/studiointeract/meteor-slack-react
A Meteor version of Slack in React 15.x
https://github.com/studiointeract/meteor-slack-react
Last synced: 4 months ago
JSON representation
A Meteor version of Slack in React 15.x
- Host: GitHub
- URL: https://github.com/studiointeract/meteor-slack-react
- Owner: studiointeract
- License: other
- Created: 2016-03-27T16:38:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T21:58:08.000Z (over 9 years ago)
- Last Synced: 2025-01-05T22:26:36.269Z (6 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# meteor-slack-react
A chat application made in 25 steps, and designed to look a little bit like Slack,
by using Meteor, React, FlowRouter and Tracker we get a high performance chat application.> With channels for multiple users, markdown, gravatar, an autosizing textarea and a list of channels in a sidebar.
## Disclaimer
This code is part of the Meteor Workshop that takes place on location in Gothenburg Sweden.
It was made solely do demonstrate the efficiency and the simple nature of Meteor.
## Prerequisites
* [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* [Meteor](https://www.meteor.com/install)## Getting started
Clone the repository:
```
git clone [email protected]:studiointeract/meteor-slack-react.git
```### We created the code for this step just by calling:
```bash
meteor create meteor-slack-react --release [email protected]
```
## How to follow this guide?
Each page on the presentation on slides.com presents tasks that you are supposed to try and solve, if you get stuck or fall behind the group you can always ask an expert (if you're participating) or checkout the solution on the next step.
### Follow the steps in the presentation
Navigate to [the presentation on slides.com.](https://slides.com/timbrandin/meteor-slack-react)
> This guide starts on the master branch.
### Checkout the next step
```
git checkout step-# // <-- Replace # with the number of your current step in the presentation.
```## Credits
Thanks to [@timbrandin](https://twitter.com/timbrandin) who created this material, and the experts who help to improve and make this workshop awesome (in alphabetical order):
* Arunoda Susiripala ([@arunoda](https://twitter.com/arunoda))
* Tim Brandin ([@timbrandin](https://twitter.com/timbrandin))