Last active
December 22, 2015 15:23
-
-
Save andreaseriksson/4c4497eeccf02710742e to your computer and use it in GitHub Desktop.
Webpack starter project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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