Frontend for Gallery PPL 2122 Fasilkom UI.
Simply install dependencies and run development server:
$ npm run install
$ npm run dev
gallery-fe-v1
is containerized and pushed to Docker Hub. It is tagged based on its application version, e.g. figtive/galleryppl:fe-v1
or figtive/galleryppl:fe-v1-v1.1.0
.
To run gallery-fe-v1
, run the following:
$ docker run --name gallery-fe-v1 -p 8080:80 -d figtive/galleryppl:fe-v1