Metadata-Version: 1.2
Name: flask-react-simple
Version: 0.1.1b0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: aweffr
Author-email: aweffr@foxmail.com
License: LICENSE.txt
Description: ======================
        Create Flask React App
        ======================
        
        Introduction
        ============
        
        1. cra <project_name> Generate a standard flask app with react(Webpack).
        2. -N option can be set to avoid yarn install automatically.
        
        Fetures on the way
        ==================
        
        1. from flask_reactjs import React - more powerful server rendering
        2. code splitting
        
        
        development
        -----------
        
        on Windows:
        
        set FLASK_APP=create_flask_react_app.app:create_app('dev')
        
        set FLASK_DEBUG=1
        
        flask run
        
        on Unix:
        
        Use export instead of set.
        
        
        Contributors
        ============
        
        aweffr@foxmail.com
        
Platform: UNKNOWN
Requires-Python: >=3.6
