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