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