It's a Web application that displays like a motion comic animation on the Web browser.
- docker : a web server by Nginx and an app server by Jetty.
- source : the source code of the war app for Jetty.
- var/www/html : Resource files.
- Maven (* also JDK)
- npm
- Docker
$ cd PathToThisREADME.md
$ cd source/webapp
$ npm install
$ npm run build
$ cd ..
$ mvn install$ cd PathToThisREADME.md
$ cd docker
$ docker-compose up -d
Creating animesign_jetty ... done
Creating animesign_nginx ... done- check if it can access and to the next step.
http://localhost/app
You may get an error page because Jetty is not ready to start up soon, so please wait a minute.
- press the build button on the upper left of the screen.
- wait some seconds until show the play button.
- press the play button then the comic will be started.