suma-app/ ├── backend/ # Servidor Node.js │ ├── package.json │ └── server.js ├── frontend/ # Aplicación React │ ├── package.json │ ├── public/ │ │ └── index.html │ └── src/ │ ├── App.js ...
This project is currently in active development and is NOT READY FOR PRODUCTION USE. 🚧 Features are incomplete and under active development 🔄 APIs may change without notice 🐛 Expect bugs and ...