- Clone this git repository
cd friendship-app
yarn
ornpm install
yarn start
ornpm start
- Install and run friendship-backend and database
- Install Android Platform tools
- On mac osx
brew cask install android-platform-tools
- Allow developer mode in your Android phone
- Allow USB debugging in developer options of your phone
- Connect your phone with USB to your development machine
- Run on your development machine:
adb reverse tcp:3888 tcp:3888
You can use generators to automate tasks such as creating new components, containers, views, etc...
Pepperoni app kit uses plop
as its generator framework. All generators are
stored in generators/
and any .js
file is automatically loaded from this
directory. Feel free to create your own and modify existing generators
according to which common tasks you perform in your project!
yarn global add plop
ornpm install -g plop
- Run
plop
in the repository root - Follow the on-screen instructions!