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.git
After run:
npm install
Once dependencies are installed, run the starter kit with:
npm start
This 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