Skip to content

a react mobile chat web app/react手机网页聊天软件

Notifications You must be signed in to change notification settings

HairyCap/chat-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React mobile chat web app(chat-chat)/React 移动端网页聊天软件

目标 制作一个 React,mongoDB,GraphQL,nodejs, socket.io 框架手机网页聊天软件

heroku 服务器配置

server

  1. Create heroku app

  2. Change Buildpacks to heroku/nodejs in Settings

  3. Change Deployment method to Github,connect to Github repo(you can also use heroku git)

  4. Choose server branch and enable Automatic deploy

note:

  • heroku will run start script after build succeeded which you need to add in to your package.json file scripts.

    "scripts": { "start": "node app.js" },

client

add create-react-app heroku-build-pack

note:

  • Choose client branch and enable Automatic deploy

About

a react mobile chat web app/react手机网页聊天软件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published