I'm wondering if I could use repl.it to develop a webapp that contains both, a python3 backend with flask and a nodejs frontent with react.
Basically I try to replicate this tutorial: https://blog.miguelgrinberg.com/post/how-to-create-a-react--flask-project
Is there a way to configure a repl to run python3 AND nodejs?
@Travelbug it already is, try doing node
node
how to do a react flask app with python3 and nodejs in one repl?
I'm wondering if I could use repl.it to develop a webapp that contains both, a python3 backend with flask and a nodejs frontent with react.
Basically I try to replicate this tutorial: https://blog.miguelgrinberg.com/post/how-to-create-a-react--flask-project
Is there a way to configure a repl to run python3 AND nodejs?
@Travelbug it already is, try doing
node