arm-visualizer
arm-visualizer copied to clipboard
ARMVIZ 2.0
Running Locally
If you want to run ArmViz locally, the easiest way is through our pre-built Docker image:
- Install Docker
- Run
docker run -i -d -P ytechie/armviz:v2 - Run
docker psto see what port ArmViz is being served on
Local Development
npm install
npm run-script build
To start a local hot-server
npm start
License
Available here