We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0298aba commit 70db2f7Copy full SHA for 70db2f7
1 file changed
docs/build.md
@@ -6,7 +6,7 @@ We use Webpack HMR to develop Boostnote.
6
You can use this command to use our configuration
7
8
```
9
-npm run webpack
+$ npm run webpack
10
11
12
After a few seconds, you will see this message.
@@ -17,7 +17,7 @@ webpack: bundle is now VALID.
17
18
Then, we have to run the app.
19
20
-npm run hot
+$ npm run hot
21
22
> Actually the app can be start with `npm start`. However, the app will use the compiled script.
23
0 commit comments