react_in_python icon indicating copy to clipboard operation
react_in_python copied to clipboard

Reactjs web app written entirely in python, using transcrypt compiler.

Breaking Bad !

100% python React app

https://danshai.github.io/react_in_python/

the javascript version is at traversy media:

https://github.com/bradtraversy/breaking-bad-cast

usage

  1. yarn
  2. yarn patch
  3. yarn start

requirements

  • python 3.7.x
  • better use anaconda for your virtual env in terminal and vscode then :
  • conda create -n mytranscrypts python=3.7
  • conda activate mytranscrypts
  • pip install transcrypt