docs(tutorial): real dev workflow (IntelliJ + admin-ui) alongside curl#63
Merged
Conversation
…onsole) Reframes Steps 4–6 around how you actually develop, while keeping the curl/API path: - Step 4 "Run the app": IntelliJ (Run MyappApplication, with the Gradle-reload tip) or `./gradlew bootRun` — content tabs. - Step 5 "Open the admin console": clone + `npm run dev` the admin-ui, log in in the browser; the curl login stays under a "prefer the API" note. - Step 6: content tabs — "In the admin console (clicks)" alongside "Via the API (curl)". Neither replaces the other. en/ko. mkdocs build --strict passes.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feedback: the tutorial leaned on curl/terminals; real development is IntelliJ Run + the admin-ui console in a browser. Now it shows both perspectives (curl is still there).
MyappApplication, plus the Gradle-reload tip for theClassNotFoundstale-model case) / Terminal (./gradlew bootRun).npm run devthe admin-ui, log in in the browser; the curl login stays under a "prefer the API" note (provides$TOKEN).en/ko.
mkdocs build --strictpasses.피드백 반영: 튜토리얼이 curl/터미널 위주였는데 실제 개발은 IntelliJ Run + admin-ui 콘솔(브라우저) 이라, 두 관점 모두(curl 유지) 보이도록 Step 4~6 재구성(탭). en/ko,
--strict통과.