A basic notes app.
Note: Make sure you have completed the Set Up Your Environment guide before proceeding.
git clone git@github.com:ismaelvr1999/StackNotes.gitcd StackNotes
npm installnpm run start # start dev server
npm run android # install app WARNING: This app has not been tested on iOS yet.
For iOS, remember to install CocoaPods dependencies (this only needs to be run on first clone or after updating native deps).
The first time you create a new project, run the Ruby bundler to install CocoaPods itself:
bundle installThen, and every time you update your native dependencies, run:
bundle exec pod install# Using npm
npm run ios
# OR using Yarn
yarn ios


