Porting the complete version of the Phone catalog tutorial to ES6 using Webpack and Babel
- A good place to learn about setting up git is [here][git-setup].
- You can find documentation and download git [here][git-home].
- Get [Node.js][node-download].
- Install the tool dependencies:
npm install
npm i
npm start
Slides
You can check out any point of the tutorial using:
git checkout step-?
To see the changes made between any two lessons use the git diff
command:
git diff step-?..step-?