From ce95937dea77882fff45d7c3cc24730983f2fed9 Mon Sep 17 00:00:00 2001 From: Kirill Mokevnin Date: Wed, 12 Aug 2026 12:35:42 -0400 Subject: [PATCH] docs: say what the repository is for The README opened with requirements or install steps, so a reader arriving from a lesson could set the project up without ever learning what it demonstrates or why it exists. That section is now first. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fa3184f..47c7322 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Example React App +## Зачем это нужно + +Минимальная связка «React-приложение плюс сервер, который его отдаёт». Нужна +там, где надо показать сборку и раздачу фронтенда, не отвлекаясь на саму +логику приложения. + +Фронтенд лежит в `frontend/` отдельным пакетом workspace, корень отвечает +только за раздачу собранного. + ## Install ```bash