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
- Host: GitHub
- URL: https://github.com/benjamincanac/node-react-slack
- Owner: benjamincanac
- Created: 2015-12-09T14:41:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T15:45:12.000Z (over 9 years ago)
- Last Synced: 2025-02-14T09:51:30.958Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/