You don't need to set up a local web server
npm start, python manage.py runserver etc handle that for you depending on which framework you end up using (node/express/whatever, python + django)
npm start
python manage.py runserver
You don't need to set up a local web server
npm start,python manage.py runserveretc handle that for you depending on which framework you end up using (node/express/whatever, python + django)