The why section:
We want to create apps to be more creative.
The what section:
We are gonna create an app using technologies lined out in the title, the stack is gonna be installed via npm.
The how section:
1. Init an empty npm folder
2. npm install webpack
3. npm install babel
4. npm install react, reactdom
5. npm install mock.js
6. config webpack
7. config babel to use es6
8. structure of scss folder
9. writing es6 react login module, header, footer, nav components
10. launching the app
``` code sample