crypto ranking and information using react native
- create react-native project using CRNA template
$ npx [email protected] {project_name}
- install required packages
$ npm install
- run service in web browser
$ npm start or npm run web
- run service in mobile emulator or simulator
$ npm run android (ios)