This is a mobile app with react native router for https://github.com/FullStackNN/MeanNewsAggregator-.git.
- Node 4.x or better
- React Native for development
- Xcode for iOS development (optional)
- Android SDK for Android development (optional)
- Android Lollipop or better for Android device testing (optional)
Clone repository:
git clone git@github.com:Augustach/MobileNewsAggregator.gitAfter run:
npm installOnce dependencies are installed, run the starter kit with:
npm startThis will start the React Packager.
Open ios/AwesomeProject.xcodeproj in Xcode, build and run the project (⌘+R).
For android development use the following:
react-native run-android