Skip to content

sauldom102/silent-moon

Repository files navigation

SilentMoon

🚀 Getting started

  • Install Node.js. brew install node or installer
  • Install Yarn brew install yarn or brew install yarn --without-node.
  • Install Xcode.
  • Install Xcode command line tools xcode-select --install.
  • Install Android SDK.
  • Install Fastlane sudo gem install fastlane -NV or brew cask install fastlane.
  • Install Cocoapods brew install cocoapods or sudo gem install cocoapods.
  • Install RNDebugger brew update && brew cask install react-native-debugger.
  • Clone Github Repository.
  • Change project's name with yarn starter.
  • Install dependencies yarn or yarn install.
  • Install pods cd ios && pod install.

▶️ Run

  1. Start the preparation script with yarn starter. This is very important to rename all references in project and it will reset the git log too.
  2. Terminal will ask you for project name, type the project name and everything will be renamed to adapt the template to the new project
  3. You can now use the project in another repository and start developing with all pre-installed dependencies, components and tools
  4. Don't forget to update all the dependencies before starting to avoid breaking changes!
  5. A new journey begins, good luck!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published