From 94c981bb95426af95463192d3be8d2ef00bee434 Mon Sep 17 00:00:00 2001 From: Aziz Oumjahde Date: Thu, 11 Sep 2025 16:23:04 +0100 Subject: [PATCH] update instruction in welcome (starting ) code --- reflex/.templates/apps/blank/code/blank.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reflex/.templates/apps/blank/code/blank.py b/reflex/.templates/apps/blank/code/blank.py index 4d7059db546..a250ed2abdc 100644 --- a/reflex/.templates/apps/blank/code/blank.py +++ b/reflex/.templates/apps/blank/code/blank.py @@ -1,5 +1,11 @@ """Welcome to Reflex! This file outlines the steps to create a basic app.""" +""" This page is a testing page You can Start the server by: + --> Run in your Terminal : reflex run + --> Open in your Browser http://localhost:3000 for FrontEnd. + +""" + import reflex as rx from rxconfig import config