TrackIt helps you to optimize your AWS cloud
$> git clone https://github.com/trackit/trackit-client && cd trackit-client
$> docker build -t trackit/ui .
$> docker run --name Trackit_UI -e API_URL=http://localhost:8080 trackit/ui
N.B. : If you are not running TrackIt on your local machine, you need to replace the URL of the API.
$> yarn install
$> yarn run build
N.B. : You can also use npm
instead of yarn
You will need to set two environment variables :
API_URL
: URL of the API (Default value ishttp://localhost:8080
)UI_PORT
: Port of UI (Default value is80
)
$> node production_server.js
N.B. : If you are not running TrackIt on your local machine, you need to replace the URL of the API.