1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/openshift-developer-cli-modifying-your-application-code.adoc
Yana Hontyk 21575d349b odo docs
2019-10-11 13:41:38 +00:00

17 lines
543 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/openshift_developer_cli/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:
+
----
$ odo push
----
. Refresh your application in the browser to see the changes.