Skip to content

Instantly share code, notes, and snippets.

@1Marc
Created November 10, 2016 04:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save 1Marc/7c7fad88cfd9bf24389f965dc93a1b22 to your computer and use it in GitHub Desktop.
Save 1Marc/7c7fad88cfd9bf24389f965dc93a1b22 to your computer and use it in GitHub Desktop.
Webpack Setup

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment