Skip to content

Instantly share code, notes, and snippets.

@alexmochu
Created June 30, 2020 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmochu/00875d4ef4538a2a8b42c43c7ec33d78 to your computer and use it in GitHub Desktop.
Save alexmochu/00875d4ef4538a2a8b42c43c7ec33d78 to your computer and use it in GitHub Desktop.
Contents of Template
{
"package": {
"dependencies": {
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3"
},
"scripts": {
"serve": "serve -s build",
"build-and-serve": "npm run build && npm run serve"
},
"eslintConfig": {
"extends": ["react-app", "plugin:jsx-a11y/recommended"],
"plugins": ["jsx-a11y"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment