Try the deployed app or read below how to run it locally.
First checkout the repository ($ git clone https://github.com/alissa9090/react-redux-test-todo-list.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/).
- [redux-form] (https://github.com/erikras/redux-form/).
- [bootstrap] (https://react-bootstrap.github.io/).
- Webpack.
- Babel (as a Webpack loader) — ES6/JSX trasformation.