Coder Social home page Coder Social logo

project2's Introduction

Data Clock

Data Clock was developed on React Native.

Please read through official documentation if this is your first time working on React Native

Environment

React Native 0.60.5

node version ios 10.14.1 node version android 8.10.0

Xcode version 11.2 Android Studio 3.5.1

Project setup

Please follow installation guidline to setup local environment on the official page

This project uses yarn over npm Please install yarn by running brew install yarn on your command line. Refer to the official page for any help Once installed then run yarn cd ios && pod install on your command line.

Copy .env.example file and create a new file .env Get values from other developers

Project structure

├── android                 # Android native folder
├── app                     # All source codes sits under here
│   ├── __mocks__           # Mock files for jest
│   └── __testData__        # mock data
│   └── assets              # fonts & other assets
│   └── components          # Components
│   └── config              # Config files
│   └── constants           # Shared constants
│   └── helpers             # Shared helpers
│   └── images              # Images
│   └── screens             # Screen - contains logics
│   └── services            # API logics
│   └── themes              # Colors & Metrics
│   └── Router.tsx          # Navitation rule
│   └── types               # Shared types
├── fastlane                # Fastlane setup
├── ios                     # iOS native folder
│   index.js                # Top entry point
└── package.json

Running iOS locally

There are two ways to run iOS locally

  1. Command line Run this command from root folder react-native run-ios
  2. XCode Open ios/DataCloc.xcworkspace Select target simulator and click play button as shown below xcode

Running Android locally

There are two ways to run Android locally 1. Command line Run this command from root folder react-native run-android 2. Android Studio

  • Open Android Studio
  • Select Open an existing Android Studio project from the menu
  • Select android folder of the project
  • Open Tools => AVD Manager
  • Select target emmulator
  • Click play button oh the header menu

project2's People

Contributors

leefecu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.