To set up the project you’ll need:
- Node version 6 (you can install it with nvm)
- npm version 3 (comes with Node 6)
- git
Then run these commands:
git clone https://github.com/kentcdodds/es6-todomvc.git
cd es6-todomvc
npm run setup:fem
npm start
Now, open your browser to http://localhost:8080 and you should be looking at a Todo app. If that happens without any issues, then you’re good to go.