Skip to content

liaohuqiu/cube-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

运行容器:

sh manager.sh run 容器在后台运行

附加到容器

sh manager attach

停止容器

sh manager stop

运行

启动 ganache-cli

sh manager attach
ganache-cli

再开一个终端运行 Web App:

sh manager attach
cp payroll
# 首次需 compile 和 migrate
truffle compile
truffle migrate
npm run start

http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published