Try the deployed app or read below how to run it locally.
First checkout the repository ($ git clone https://github.com/alissa9090/react-redux-balances-app.git
) or download it as a ZIP file.
Then install dependencies:
$ npm install
And run development server:
$ npm start
It’ll start the app on http://localhost:3333/.
- React.
- [react-redux] (https://github.com/reactjs/react-redux/).
- [material-ui] (https://github.com/callemall/material-ui/).
- [lodash] (https://github.com/lodash/lodash/).
- Webpack.
- Babel (as a Webpack loader) — ES6/JSX trasformation.