A Vue Application written in typescript using Polymer/PX components
yarn install && bower install
Checkout .travis.yml file for details
yarn build
On cloudfoundry Using staticfile-buildpack.
Currently hosted here
Checkout manifest.yml file has more details
cf push
# Build the image
yarn dockerize
# Run the image already Hosted
docker run \
-d \
--name predix-seed \
-p 8080:80 \
--rm predixdev/predix-seed:latest
## Navigate to http://localhost:8080
## Stop the docker Container
docker stop predix-seed