⛺ UUWill App: A react-native App with nodeJS API consumption - codename: uuwill
# clone repo
$ git clone git@github.com:IveanZhang/uuwill.git
# change directory to cloned app
$ cd uuwill
# install the dependencies with npm
$ npm install
# start running App
$ npm start
You'll need to run this app:
node
andnpm
(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
uuwill-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
After you have installed all dependencies you can now start developing with:
npm run-script ios
It will start the desired mobile operating system emulator with the app running, any change made will refresh the app on emulator
This project is licensed under MIT License - see the LICENSE.md file for details