Skip to content

Files

Latest commit

 

History

History
48 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.15 KB

News Feed

Main Features

  1. Dark/Light Theme
  2. Cache

Installing

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/mkaarthick/dmg-task.git

# Go into the repository
cd dmg-task

# Install dependencies
npm install

# For iOS, we need to install pod
cd ios

# Install pod
pod install

# running on iOS
npm run ios

# running on Android
npm run android

Screenshots