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

https://github.com/benjamincanac/node-react-slack

Slack clone in isomorphic javascript using node and react
https://github.com/benjamincanac/node-react-slack

Last synced: about 2 months ago
JSON representation

Slack clone in isomorphic javascript using node and react

Awesome Lists containing this project

README

        

#Node React Slack

##Configuration

Environments configuration inheritance

production
||
||==> development
||==> integration
||==> staging

##Development

npm install
gulp ; gulp watch
gulp start

##Express

###View Rendering Engine

We do not use the express view rendering engine.

https://strongloop.com/strongblog/bypassing-express-view-rendering-for-speed-and-modularity/