Run API server (Python Flask)
cd mindmap-api
mv config-example.ini config.ini #edit this
python3 manage.py runserver
cd mindmap-www
npm install #one time only
npm run dev
Navigate to http://localhost:8180
cd mindmap-api
mv config-example.ini config.ini #edit this
python3 manage.py runserver
cd mindmap-www
npm install #one time only
npm run dev
Navigate to http://localhost:8180