A simple demo for Tastelab Apps
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- NodeJs
- Expo
- Yarn or NPM
using yarn:
yarn install
using npm:
npm i
simple run:
yarn start
Expo Client allows you to run React Native apps without the code:
- Download Expo Client App on App Store / Play Store
- Open it and search the project named
Tastelab
by ibnukipa - And simply click it and the app will run on your device through Expo Client App
This app managed by Expo.io so all deployment handled by Expo API
- Building: https://docs.expo.io/distribution/building-standalone-apps/
- OTA Release: https://docs.expo.io/distribution/release-channels/
- ReactJS - Makes it painless to create interactive UIs
- React Native - Build mobile apps using only JavaScript
- Expo - Provides proccess to handle a variety of use-cases in React Native
- lodash - Modern JavaScript utility library delivering modularity, performance & extras.
- date-fns - Modern JavaScript date utility library
- React Navigation - Routing and navigation for React Native apps
- React Redux - A predictable state container for JavaScript apps.
- Ibnu Prayogi - Initial work - ibnukipa
This project is licensed under the MIT License - see the LICENSE.md file for details