A personal one-shot example app using React, Flask, and GraphQL.
% npm install
% pip install -r flask/requirements.in
Launch the GraphQL API server:
% cd flask
% python app.py
Launch the development web server which serves the static client-side app:
% npm start
- React
- Redux
- react-router and react-router-redux
- Apollo client (GraphQL integration)
- Semantic-UI-React (CSS framework)
The application code was generated by create-react-app.
See package.json for more information.
- Flask
- Flask-Cors
- Flask-GraphQL