Skip to content

LuoPeter/polar-ui

 
 

Repository files navigation

Polar UI

This application is part of the Polar Bookshop system and provides the frontend functionality. It's part of the project built in the Cloud Native Spring in Action book by Thomas Vitale.

Instructions

Run the following command to build the project.

./gradlew buildAngular

Then, package it in an NGINX container using the pack CLI and the Paketo Buildpacks.

pack build polar-ui \
  --buildpack gcr.io/paketo-buildpacks/nginx \
  --builder paketobuildpacks/builder:base \
  -p dist

Finally, you can run the container as follows.

docker run -d --name polar-ui --publish 9004:9004 --env PORT=9004 polar-ui

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.8%
  • HTML 20.0%
  • JavaScript 5.8%
  • CSS 4.4%