Todo application - The frontend
In this part of this tutorial we will create a React application which makes use of our newly created backend. The React application will be able to add, list and delete todo tasks.
The React application will get served through Webpack using the configuration we created earlier.