Skip to content

Commit

Permalink
added live server example to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Serikov committed Jan 11, 2024
1 parent d29c8e7 commit 83212cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ $ yarn install
```
$ gulp
```
Live server автоматически запустится по адресу `http://localhost:3000/`. Результат компиляции располагается в папке /testing/.
Live server автоматически запустится по адресу `http://localhost:3000/`.
Результат компиляции располагается в папке /testing/.
Базовая директория live server: `testing`. Путь к нужному файлу строим от неё.
Пример: `http://localhost:3000/index/index.html`

Требования:

Expand Down

0 comments on commit 83212cb

Please sign in to comment.