A simple app to start learning patternfly
To run the app open two terminal windows.
Start the Python virtual environment.
Change into the backend directory.
Run: pip3 install -r requirements.txt
Change into the frontend directory.
Run npm install
Change into the backend directory.
Enter:
flask run
Change into the frontend directory.
Enter:
npm start