Skip to content

Instantly share code, notes, and snippets.

@ivorpad
Forked from 1Marc/webpack-setup.md
Created November 15, 2016 20:16
Show Gist options
  • Save ivorpad/838e3e6ba3d4ea985a191131b65fbfc4 to your computer and use it in GitHub Desktop.
Save ivorpad/838e3e6ba3d4ea985a191131b65fbfc4 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