E-commerce mobile application developed using React Native 👔 🎩
- React Native
- Redux / Saga
- JSON Server
- Unit Testing
You must have a package manager installed and json-server. JSON Server will simulate a API response, allow us to get items details.
To install all dependencies, you need to run the following command:
$ yarnTo run JSON Server, you could do some configurations or execute the following command if you installed json-server as global:
$ json-server server.json -p 3001 -w -d 300To run the project, you must have installed Android and/or iOS environment. Use 'run-ios' or 'run-android':
$ react-native run-iosRun the following command to execute all tests:
$ yarn testTo run tests with coverage:
$ yarn test --coveragePlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
