seansiddens / react-py4web

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 46.7%Language:Python 31.2%Language:CSS 18.7%Language:HTML 2.6%Language:Makefile 0.7%