An open API service indexing awesome lists of open source software.

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.

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)