-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
### Верстка базовых страниц сайта | ||
|
||
### Запуск проекта npm run start | ||
### Описание проекта: чат написанный с применением следующих технологий: express, vite, handlebars, sass | ||
### Для запуска проекта: склонируйте репозиторий, в корне проекта запустите 'npm install', затем, после установки зависимостей, запустите скрипт 'npm run dev', проект автоматические откроется на хосте 127.0.0.1, дефолтный порт 5173 | ||
### Запуск сборки проекта npm run start | ||
### ссылка на хостинг: https://fancy-florentine-d49c73.netlify.app | ||
|