https://github.com/remarkablemark/clask
:speech_balloon: Slack clone.
https://github.com/remarkablemark/clask
express material-ui mern messaging mongodb mongoose nodejs react reactjs redux slack socket-io web
Last synced: 3 months ago
JSON representation
:speech_balloon: Slack clone.
- Host: GitHub
- URL: https://github.com/remarkablemark/clask
- Owner: remarkablemark
- License: mit
- Created: 2016-06-11T06:48:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T03:32:38.000Z (almost 9 years ago)
- Last Synced: 2025-06-05T08:23:00.803Z (7 months ago)
- Topics: express, material-ui, mern, messaging, mongodb, mongoose, nodejs, react, reactjs, redux, slack, socket-io, web
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clask
Clask is a [Slack](https://slack.com) clone built with MERNS:
- [MongoDB](https://www.mongodb.com) and [Mongoose](http://mongoosejs.com); [Material-UI](http://www.material-ui.com)
- [Express](http://expressjs.com)
- [React](https://facebook.github.io/react/), [Redux](http://redux.js.org), [ReactRouter](https://github.com/ReactTraining/react-router), etc.
- [Node.js](https://nodejs.org)
- [Socket.IO](http://socket.io)
## Install
```sh
$ git clone https://github.com/remarkablemark/clask.git
$ cd clask
$ npm install
```
## Run
Production
```sh
$ npm start
```
Development
```sh
$ npm run dev
```
## License
[MIT](https://github.com/remarkablemark/clask/blob/master/README.md)