Running your first application
Quick Start
After installing Reflexify, you can test if the library is working properly by going over the following steps in order.
$ reflex init
$ rf-init
If the package was installed correctly, a folder called app will be generated inside the root directory. Other directories and files will also be generated.
$ python3 reflexify_scripts/build.py
This script will now monitor your config.py
file inside the app directory. Specifically, it will watch for changes to your navigation and update the changes accordingly inside the pages
directory.
Running your first application
Quick Start
After installing Reflexify, you can test if the library is working properly by going over the following steps in order.
$ reflex init
$ rf-init
If the package was installed correctly, a folder called app will be generated inside the root directory. Other directories and files will also be generated.
$ python3 reflexify_scripts/build.py
This script will now monitor your config.py
file inside the app directory. Specifically, it will watch for changes to your navigation and update the changes accordingly inside the pages
directory.