Skip to content

PainterPuppets/Hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes

IM web app using react and django

demo: http://47.113.192.246

image

image

快速进入开发流程

输入git clone git@github.com:PainterPuppets/Hermes.git将仓库clone到本地

使用docker-compose打开项目

1.输入docker-compose build编译镜像 2.输入docker-compose up启动应用 3.打开浏览器,输入127.0.0.1即可看到应用,享受hermes吧!

后端编译

进入项目目录后输入docker-compose up即可打开项目后台服务器

想进入docker容器内部可输入docker-compose run web bash

前端编译

进入项目目录后输入yarn build即可编译前端文件