Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.57 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.57 KB

Write On

An application built with react-native and typescript where you can access a list of articles and create an article. The application retrieves its data from a dummi Rest Api. This app was created only for demonstration purposes.

Screenshot_20180804-164513.png Screenshot_20180804-164522.png Screenshot_20180804-164531.png Screenshot_20180804-164543.png Screenshot_20180804-164550.png

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

Run npm install in order to install node_modules

Deployment

The project is merged in the master branch.

In order to run the application on an android device run npm run android.

In order to run the application on an iOS device or simulator open the project file located at project_root/ios/Coding_challenge.xcodeproj in xCode and run the project.

In order to create an offline bundle for android run npm run build:android

In order to create a bundle for iOS run npm run build:ios