clone repository, install dependencies and run development server
> git clone https://github.com/estebanx64/advanced-react.git
> cd advanced-react
> npm install
> npm run start
Open web browser and navigate at http://localhost:3000
> npm run test
- Unit tests
- Test integration
- Consuming services with axios and Redux Promise
- Manage application state with Redux
- Navigate inside the application with react-router