Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"es": "Plantilla de WebApp con React JS y Flask API"
},
"description": {
"en": "Build web applications using React.js for the front end and python/flask for your backend API.",
"es": "Construye aplicaciones web usando React.js para el front end y python/flask para tu API backend."
"us": "Build web applications effortlessly with our React.js and Flask API boilerplate. Learn to deploy in minutes—discover the template now!",
"es": "Crea aplicaciones web sin esfuerzo con nuestro boilerplate de React.js y Flask API. Aprende a desplegar en minutos—¡descubre la plantilla ahora!"
},
"slug": "react-flask-webapp-template",
"difficulty": "intermediate",
Expand Down
3 changes: 2 additions & 1 deletion render_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -o errexit

npm install
npm run build

pip install pipenv
pip install tomli
pipenv install

pipenv run upgrade