# If your local does not have a yarn installed
$ brew install yarn
$ mkdir todo
$ cd todo
$ git clone https://github.com/JaeYeopHan/es6_todoapplication
$ cd es6_todoapplication
$ yarn install$ npm testnpm run startfor dev
npm run devYou can work in src/entry.js and test it through the file test/entry.spec.js.