docs(toh-5): revert snippet indentation (#3487)
This commit is contained in:
parent
4f87145170
commit
6f17693022
|
@ -57,12 +57,12 @@ include ../../../_includes/_see-addr-bar
|
||||||
## Keep the app transpiling and running
|
## Keep the app transpiling and running
|
||||||
Enter the following command in the terminal window:
|
Enter the following command in the terminal window:
|
||||||
|
|
||||||
code-example(language="sh" class="code-shell").
|
code-example(language="sh" class="code-shell").
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
This command runs the TypeScript compiler in "watch mode", recompiling automatically when the code changes.
|
This command runs the TypeScript compiler in "watch mode", recompiling automatically when the code changes.
|
||||||
The command simultaneously launches the app in a browser and refreshes the browser when the code changes.
|
The command simultaneously launches the app in a browser and refreshes the browser when the code changes.
|
||||||
|
|
||||||
:marked
|
:marked
|
||||||
You can keep building the Tour of Heroes without pausing to recompile or refresh the browser.
|
You can keep building the Tour of Heroes without pausing to recompile or refresh the browser.
|
||||||
|
|
Loading…
Reference in New Issue