Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metamarcdw/python-fullstack-transcrypt
Example of React and Redux with Python using Transcrypt and Component.py
https://github.com/metamarcdw/python-fullstack-transcrypt
flask-restplus jwt-bearer-tokens python react redux transcrypt
Last synced: 25 days ago
JSON representation
Example of React and Redux with Python using Transcrypt and Component.py
- Host: GitHub
- URL: https://github.com/metamarcdw/python-fullstack-transcrypt
- Owner: metamarcdw
- Created: 2018-04-15T03:43:27.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-04-20T20:05:07.000Z (over 5 years ago)
- Last Synced: 2024-08-01T15:29:38.921Z (3 months ago)
- Topics: flask-restplus, jwt-bearer-tokens, python, react, redux, transcrypt
- Language: Python
- Homepage: https://metamarcdw.github.io/python-fullstack-transcrypt
- Size: 589 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/metamarcdw/python-fullstack-transcrypt.svg?branch=develop)](https://travis-ci.org/metamarcdw/python-fullstack-transcrypt)
## Example of React and Redux with Python using Transcrypt and Component.py
### Also uses Flask-RESTPlus backend with SQLAlchemy and JWT-ExtendedAre your eyes burning? Check out the regular JavaScript version:
https://github.com/metamarcdw/react-redux-todosFirst install Python>=3.6/pip, NodeJS/npm>=5.2, and Git:
`sudo pacman -S python-pip npm git`
Next, clone the repo
`git clone https://github.com/metamarcdw/python-fullstack-transcrypt`
Set up your React/Transcrypt environment:
(Use of a virtual environment is recommended but not required)
```
mkvirtualenv transcrypt
pip install git+https://github.com/qquick/transcrypt@67c8b9#egg=transcrypt
pip install git+https://github.com/metamarcdw/Component.py@master#egg=Component_pycd python-fullstack-transcrypt/
npm install
```
We can now compile with Transcrypt and run our Webpack server
```
make compile
npm start
```
OR (If running Windows)
```
compile
npm run win
```
Open up a browser and connect to http://localhost:3000