Hi All,
I've put together this simple react redux starter kit for new and experience ReactJS developers to help speed up development, there is no need to search npm for the standard packs!
This kit includes the following dependencies:
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"react-addons-test-utils": "^0.14.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-1": "^6.1.18",
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "4.3.0",
"react-router": "^2.0.1",
"redux": "^3.0.4",
"redux-promise": "^0.5.3"
Like using git?
Clone this repo, install dependencies, then start gulp process or manually build your app:
- git clone https://github.com/freddieannobil/react-redux-starter.git
- cd react-redux-starter
- npm install
- 'npm start' or just 'webpack' to build your app manually
Don't like using git?
Click here and download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:
- npm install
- 'npm start' or just 'webpack' to build your app manually
I Hope you find this react redux kit helpful and it saves you some time!
Posted on Utopian.io - Rewarding Open Source Contributors