16 lines
368 B
Markdown
16 lines
368 B
Markdown
# I will create everything needed for the application
|
|
./prepare-app.sh
|
|
|
|
# I will start the application
|
|
./start-app.sh
|
|
|
|
# The app should be available at:
|
|
# http://localhost:8080
|
|
|
|
# I will open a web browser and work with the application.
|
|
|
|
# I will pause the application
|
|
./stop-app.sh
|
|
|
|
# I will delete everything related to the application
|
|
./remove-app.sh |