1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/developer-cli-odo-modifying-your-application-code.adoc
2020-08-10 15:32:43 -04:00

19 lines
556 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/developer_cli_odo/creating-a-single-component-application-with-odo.adoc
[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]
----
$ odo push
----
. Refresh your application in the browser to see the changes.