Skip to content

Commit

Permalink
adding dev-server notes to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 19, 2020
1 parent 41a49c9 commit 06fec5f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ yarn install
yarn watch
```

Alternatively, you can run `yarn dev-server --hot` to enable HMR
(hot module reloading) where changes show up before you run refresh!
For this to work, you will need to visit your site via `http` instead
of `https`.

**Configure the .env (or .env.local) File**

Open the `.env` file and make any adjustments you need - specifically
Expand Down Expand Up @@ -67,7 +72,7 @@ Then, to start the web server, open a terminal, move into the
project, and run:

```
symfony serve
symfony serve --allow-http
```

(If this is your first time using this command, you may see an
Expand Down

0 comments on commit 06fec5f

Please sign in to comment.