yinxin630 / fiora
- суббота, 4 августа 2018 г. в 00:17:34
JavaScript
An interesting chat application power by socket.io, koa, mongodb and react
Fiora is a web chat application. It is written by node.js, mongodb, socket.io and react
Online address: https://fiora.suisuijiang.com/ Android / iOS app: https://github.com/yinxin630/fiora-app
|-- [build] // Webpack build
|-- [client] // Client code
|-- [config] // Config
|-- [dist] // Packaging output directory
|-- [doc] // Document
|-- [public] // Static resources
|-- [server] // Server code
|-- [utils] // Util method
|-- .babelrc // Babel config
|-- .eslintignore // Eslint ignore config
|-- .eslintrc // Eslint rule config
|-- .gitignore // Git ignore config
|-- .nodemonrc // Nodemon config
|-- package-lock.json // npm
|-- package.json // npm
|-- yarn.lock // yarn
...
If you want to add functionality or fix bugs, please follow the process below:
yarn or npm install