0.1.1 • Published 8 years ago

rnpm-plugin-apentle v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

RNPM Plugin for Apentle App Framework

Apentle helps you build react-native app quickly

Init Project

To start, make sure you have the react-native CLI installed globally

npm install -g react-native-cli

Init your react-native project

react-native init AwesomeProject
cd AwesomeProject

Install rnpm-plugin-apentle and initialize your project

npm install --save-dev rnpm-plugin-apentle
react-native apentle init

All done!