Skip to content

🎮 A mobile video game library App powered by IGDB

License

Notifications You must be signed in to change notification settings

lexmartinez/tomahawk-app

Repository files navigation

tomahawk-app

Build Status GitHub license Last version

Tomahawk: A mobile video game library App powered by IGDB

Quick start

# clone repo
$ git clone https://github.com/lexmartinez/tomahawk-app

# open work folder
$ cd tomahawk-app

# install the dependencies with npm
$ yarn install

# start react-native development server
$ yarn start

# start IOS emulator with running App
$ react-native run-ios

Table of Contents

Dependencies

You'll need to run this app:

  • node and npm (Use NVM)

  • Ensure you're running Node (v8.9.4+) and NPM (5.6.0+)

  • react-native-cli: 2.0.1

  • react-native: 0.54.0

  • yarn 1.5.1

    tomahawk-app is a react-native mobile application is assumed that you're familiarized with this framework, otherwise it is here where you should start react-native-getting-started

Developing

After you have installed all dependencies you can now start developing with:

  • react-native start --reset-cache then
  • react-native run-ios or react-native run-android

It will start the desired mobile operating system emulator with the app running, any change made will refresh the app on emulator

Preview

License

This project is licensed under MIT License - see the LICENSE.md file for details.