Skip to content

Instantly share code, notes, and snippets.

@andreaseriksson
Last active December 22, 2015 15:23
Show Gist options
  • Save andreaseriksson/4c4497eeccf02710742e to your computer and use it in GitHub Desktop.
Save andreaseriksson/4c4497eeccf02710742e to your computer and use it in GitHub Desktop.
Webpack starter project
npm init
npm install --save react react-dom
npm install --save [email protected] react-router@latest
npm install --save redux react-redux
npm install --save redux-thunk
npm install --save-dev redux-devtools redux-logger
npm install --save-dev babel-loader babel-core babel-preset-es2015 babel-preset-react
npm install --save-dev extract-text-webpack-plugin
npm install --save lodash string moment
webpack --watch --color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment