a simple Google Charts demonstration with React and Redux.
a simple Google Charts demonstration with React and Redux.
- React
- Redux
- Axios
| Package | Link | Version |
|---|---|---|
| react | @npmjs/package/react |
|
| axios | @npmjs/package/axios |
|
| redux | @redux.js |
|
| react-redux | @react-redux.js |
|
| redux-devtools-extension | @github/reduxjs/redux-devtools |
|
| redux-logger | @npmjs/package/redux-logger |
|
| redux-thunk | @npmjs/package/redux-thunk |
|
| react-google-charts | @npmjs/package/react-google-charts |
git clone the repo using
git clone https://github.com/AmirMeiry/PandoApp.gitenter the git folder and type
npm installthis should install all the dependencies needed to run.
https://react-google-charts.com/ # NPM
npm i react
# Yarn
yarn add react # NPM
npm i axios
# Yarn
yarn add axios # NPM
npm install redux
# Yarn
yarn add redux # NPM:
npm install react-redux
# Yarn:
yarn add react-redux # NPM:
npm install --save redux-devtools-extension
# Yarn:
yarn add redux-devtools # NPM
npm i --save redux-logger
# Yarn
yarn add redux-logger # NPM
npm install --save redux-thunk
# Yarn
yarn add redux-thunk # NPM
npm i -s react-google-charts
# Yarn
yarn add react-google-chartsNote : If you're using react < 16.3 then use 2.x version:
# Yarn
yarn add react-google-charts@2 # Terminal / CMD
npm start- Linkedin - @amirmeiry
