Skip to content

golos-blockchain/ui-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone

git clone https://github.com/golos-blockchain/ui-api

cd ui-api

Deployment

docker build . -t golosblockchain/ui-api

docker run -d -p 8080:8080 --name ui-api golosblockchain/ui-api

Manual run

yarn install

yarn build

yarn global add serve

serve -s build

or via pm2:

yarn global add pm2

pm2 serve build 8080 --spa

About

GUI for API GOLOS blockchain

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 67.9%
  • CSS 31.7%
  • Other 0.4%