Skip to content

Instantly share code, notes, and snippets.

@ryannealmes
Created September 7, 2016 02:12
Show Gist options
  • Save ryannealmes/8ccf2bbf2e10be6016e30f02cd6c0037 to your computer and use it in GitHub Desktop.
Save ryannealmes/8ccf2bbf2e10be6016e30f02cd6c0037 to your computer and use it in GitHub Desktop.
Basic files required to play with redux
{
"presets": [
"es2015",
"react"
]
}
{
"name": "redux-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"redux": "^3.5.2"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment