/react-py4web

An EcoScape prototype built using a React frontend and a py4web backend.

Primary LanguageJavaScript

React + py4web Prototype

Setup

Clone into py4web app folder and install Python dependencies listed in requirements.txt:

pip install -r requirements.txt

py4web run <app-folder>

All frontend code is located in the frontend/ folder. Run npm install within this folder to install all frontend dependencies. Then, to start the frontend development server, run npm start.