Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 335 Bytes

Readme.md

File metadata and controls

16 lines (12 loc) · 335 Bytes

To install the app:-

cd Decarbonate
npm i 
pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip3 install -U -r requirements.txt

To start the app:-

npm run dev

React will be served on localhost:3000

Express server will be served on localhost:8080

Flask server will be served on localhost:5000