๐ŸงชTesting

Test Your App in Development Mode

Now that the requirements are installed and your environment variables are set, you're all set to customize and run your application. Navigate to your project's root directory and run:

reflex init
reflex run

You should now see your app running at http://localhost:3000

Last updated