Skip to content

ChatGpt translation #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Conversation

OleksandrKucherenko
Copy link

@@ -116,7 +116,7 @@ module.exports = {
}
```

* `src/templates/index.html` file. It will be used as the template for the `index.html` generated by webpack. The generated file will be in the `public` folder and and then served from your webserver:
* Файл `src/templates/index.html`. Він буде використовуватися як шаблон для `index.html`, який генерується webpack. Згенерований файл буде в папці `public` та потім буде обслуговуватися вашим веб-сервером:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

folder and and then served from your webserver:

буде обслуговуватися вашим веб-сервером:

буде видаватися вашим веб-сервісом

@@ -127,7 +127,7 @@ module.exports = {

```

* `src/app/app.tsx` that is your frontend application entry point:
* `src/app/app.tsx`, який є точкою входу вашої фронтенд-додатка:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вашого

* Build production assets by running `npm run build`.
* Serve the `public` folder (which contains the built assets) from your server.
* Виконуйте живу розробку, запустивши `npm start`.
* Відвідайте [http://localhost:8080](http://localhost:8080)
Copy link
Author

@OleksandrKucherenko OleksandrKucherenko Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Відкрийте

* Serve the `public` folder (which contains the built assets) from your server.
* Виконуйте живу розробку, запустивши `npm start`.
* Відвідайте [http://localhost:8080](http://localhost:8080)
* Редагуйте `src/app/app.tsx` (або будь-який ts/tsx файл, який використовується якимось чином у `src/app/app.tsx`) та додаток живо перезавантажується.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Відредагуйте

та додаток автоматично обновиться "на живо"

* Відвідайте [http://localhost:8080](http://localhost:8080)
* Редагуйте `src/app/app.tsx` (або будь-який ts/tsx файл, який використовується якимось чином у `src/app/app.tsx`) та додаток живо перезавантажується.
* Редагуйте `src/templates/index.html`, і сервер живо перезавантажується.
* Створіть продуктові ресурси, запустивши `npm run build`.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Створіть фінальну сбірку (реліз), запустивши

* Редагуйте `src/app/app.tsx` (або будь-який ts/tsx файл, який використовується якимось чином у `src/app/app.tsx`) та додаток живо перезавантажується.
* Редагуйте `src/templates/index.html`, і сервер живо перезавантажується.
* Створіть продуктові ресурси, запустивши `npm run build`.
* Обслуговуйте папку `public` (яка містить зібрані ресурси) з вашого сервера.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Обслуговуйте -- Хостіть

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant