React Tutorial Part 1

As promised, the first part of the tutorial series is up. In this first chapter of my tutorial series you will learn how to set up your project properly. It includes topics about the project structure, webpack and its configuration files, hot-reloading, what plugins and loaders are and how to define them and furthermore. Have fun with this first part.
This static blog page was created using reactjs and es6 code. It contains personal information about me and will also be used as demonstration for a series of upcoming tutorials. It should guide you through a setup of different things. The project structure using the flux architecture, setting up webpack with different configuration files (for production and development) and how to host the site on github pages, if you don't want to actually use e.g.: Jekyll or similar things. I hope I can be fast enough to write and guide you through the tutorial and keep the content up-to-date at the same time. I also did preparations on using Redux for upcoming functionalities, which could be a login for your own web page or other things. But for now, have fun looking at this page and the soon upcoming tutorial series.

Until everything is set up, you can follow the project development on github =>https://github.com/DeFuex/Blogolio/tree/develop.