React application created without the use of create-react-app. Custom webpack and babel configuration.
Application state managed by redux.
- the user can add a comment and an article to favorites
- application state does not disappear after reloading the page
Use:
npm i to install all dependencies
npm run start to start developer server
npm run test to run tests