Update docs/docs/tutorials/langgraph-platform/local-server.md

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
lc-arjun
2025-05-14 06:56:36 -07:00
committed by GitHub
co-authored by William FH
parent ab0fa9dc77
commit 6e3eb6370e
@@ -26,7 +26,7 @@ Before you begin, ensure you have the following:
## 2. Create a LangGraph app 🌱
Create a new app from the [`new-langgraph-project-python` template](https://github.com/langchain-ai/new-langgraph-project) or [`new-langgraph-project-js` template](https://github.com/langchain-ai/new-langgraphjs-project). This template demonstrates a simple test application strictly for the purposes of getting started.
Create a new app from the [`new-langgraph-project-python` template](https://github.com/langchain-ai/new-langgraph-project) or [`new-langgraph-project-js` template](https://github.com/langchain-ai/new-langgraphjs-project). This template demonstrates a single-node application you can extend with your own logic.
=== "Python server"