Skip to content

segrey11/virtualizm-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtualizm UI

Build Status

Virtualizm UI

Contributing, Development setup

Install dependencies

yarn install

Add config

add public/config.js file like following:

window.CONFIG = {
  apiUrl: 'http://localhost:4567/api',
  wsUrl: 'ws://localhost:4567/ws_events'
}

Run into development mode

yarn start

Run tests

yarn test

Production build

yarn build

About

Application ui

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • HTML 5.3%
  • Makefile 3.6%
  • Shell 3.0%
  • Dockerfile 2.1%
  • CSS 2.0%