Skip to content

Commit f27709b

Browse files
committed
run yarn before running webpack-dev-server
1 parent e2bec0c commit f27709b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/html/Part1Ex1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<body>
1515

1616
<!--
17-
This project has webpack configured. Run `yarn webpack-dev-server` and navigate to
17+
This project has webpack configured. Run `yarn` to install the dependencies, `yarn webpack-dev-server` to run the server, and then navigate to
1818
http://localhost:8080/src/main/html/Part1Ex1.html to view this page.
1919
2020
tinymce.init is the most important API function of TinyMCE. In its most basic form, you specify a CSS selector for an
@@ -58,4 +58,4 @@
5858

5959
</body>
6060

61-
</html>
61+
</html>

0 commit comments

Comments
 (0)