1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/developer-cli-odo-modifying-your-application-code.adoc

19 lines
556 B
Plaintext
Raw Normal View History

2019-10-11 13:32:32 +02:00
// Module included in the following assemblies:
//
2020-05-11 14:48:40 +02:00
// * cli_reference/developer_cli_odo/creating-a-single-component-application-with-odo.adoc
2019-10-11 13:32:32 +02:00
[id="modifying-your-application-code_{context}"]
= Modifying your application code
You can modify your application code and have the changes applied to your application on {product-title}.
. Edit one of the layout files within the Node.js directory with your preferred text editor.
. Update your component:
+
[source,terminal]
2019-10-11 13:32:32 +02:00
----
$ odo push
----
. Refresh your application in the browser to see the changes.