This project shows you how to build a basic web application using popular web technologieslike NPM, Webpack, React and Python.
You can find a walkthrough of how to build this application from scratch onmy blog.
After cloning this repository to your computer, you need to perform the following steps to be able to run it:
You can use the git tags to jump to different completion points in the code.
If you go to the BASIC_E2E_TEMPLATEtag, you will find the application as it will be when you've followed the first blog post to the end.You will have a basic web application with a Python backend and a React front-end, but they won't be passingany data between each other yet.
If you go to the SIMPLE_WEBSITE tag,you get a simple website with a button requesting info from python and displaying the result.It has a nice design, as a background image and CSS support has been added.
When you click the button, 'Hello' will be displayed in a random European language.