https://github.com/batazor/flux-chat
Chat. NodeJS + Express + ReactJS + Flux + MongoDB + Gulp
https://github.com/batazor/flux-chat
chat flux flux-chat gulp javascript nodejs react
Last synced: 8 months ago
JSON representation
Chat. NodeJS + Express + ReactJS + Flux + MongoDB + Gulp
- Host: GitHub
- URL: https://github.com/batazor/flux-chat
- Owner: batazor
- Created: 2015-03-21T22:45:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T13:50:28.000Z (about 2 years ago)
- Last Synced: 2024-04-14T08:51:51.255Z (about 2 years ago)
- Topics: chat, flux, flux-chat, gulp, javascript, nodejs, react
- Language: JavaScript
- Homepage: https://flux-chat.herokuapp.com/
- Size: 2.76 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flux-Chat
[](https://gitter.im/batazor/flux-chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![dependencies][deps.img]][deps.url]
[![devdependencies][devdeps.img]][devdeps.url]
### Demo
[demonstration](https://flux-chat.herokuapp.com)
## Run
npm i
npm run build
npm start
### Wath
gulp
### Deployment
npm run push
## Test
npm i -g testem
npm test
## Configuration
Application configuration __src/config/index.js__
Auth configuration __src/config/auth.js__
Build configuration __gulp/config.js__
[deps.img]: https://david-dm.org/batazor/flux-chat.svg
[deps.url]: https://david-dm.org/batazor/flux-chat
[devdeps.img]: https://david-dm.org/batazor/flux-chat.svg
[devdeps.url]: https://david-dm.org/batazor/flux-chat#info=devDependencies