-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: master
Are you sure you want to change the base?
Conversation
82cc7bf
to
92f29cf
Compare
@@ -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` та потім буде обслуговуватися вашим веб-сервером: |
There was a problem hiding this comment.
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`, який є точкою входу вашої фронтенд-додатка: |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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`) та додаток живо перезавантажується. |
There was a problem hiding this comment.
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`. |
There was a problem hiding this comment.
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` (яка містить зібрані ресурси) з вашого сервера. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Обслуговуйте -- Хостіть
automatic translation done by tool - https://github.com/OleksandrKucherenko/chatgpt-translate-md