InfiniteLibrary / infinite-reader

eBook reader app built on react-native
MIT License
89 stars 17 forks source link

Use Vagrant to create Android Development Environment #8

Closed ssomnoremac closed 8 years ago

ssomnoremac commented 8 years ago

Vagrant seems to be a solution to ease the android development setup. Vagrant can use the Dockerfile I've got working to build the container and then Vagrant will launch the emulator, the app, sync_gateway, the dummy data, and the development server -- is how I understand it.

The idea is to clone the repo, fire this up, and and start coding!

Todo: Create a branch on this issue and add vagrant/docker files, JSON datadump files, and update README

ssomnoremac commented 8 years ago

Closed with #22