Skip to content

Commit ccb15a8

Browse files
committed
develop using vagrant - using -> Using, bash -> sh
1 parent dc8ebf5 commit ccb15a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/how-to/develop-using-vagrant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to Develop using Vagrant
2+
title: How to Develop Using Vagrant
33
---
44

55
If you have a more advanced project and use [Vagrant](https://www.vagrantup.com/) to run your development environment in a Virtual Machine, you'll often want to also run webpack in the VM.
@@ -16,7 +16,7 @@ end
1616

1717
Next, install webpack and webpack-dev-server in your project;
1818

19-
```shell
19+
```sh
2020
npm install webpack webpack-dev-server --save-dev
2121
```
2222

@@ -49,7 +49,7 @@ Note that you also need to create an `app.js` file.
4949

5050
Now, let's run the server:
5151

52-
```shell
52+
```sh
5353
webpack-dev-server --host 0.0.0.0 --public 10.10.10.61:8080 --watch-poll
5454
```
5555

0 commit comments

Comments
 (0)