Built with React, Python and Flask
- git clone https://github.com/DanThomp507/TODO-Flask.git
- cd into root directory
- run
pip3 install -r requirements.txtto install all required python dependencies - run
python3 app.pyto start the development server - in a new tab, cd into client directory (react-app)
- run
yarnin client to install all dependencies - run
yarn startto run development server